Orlandster / vue-page-transition

A lightweight Vue.js plugin for page / route transitions.

Home Page:https://orlandster.github.io/vue-page-transition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostCSS import problem

Ragura opened this issue · comments

Getting a PostCSS warning after adding this module (and using it): "You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing."

From reading about it, it seems the cause is the imports within the SCSS style block in the component that's being imported. Any chance you could provide an option to import a version of the component without scss in it?

EDIT: Thinking about it more it seems like a lame request. It's not your fault the interaction is faulty and your component is beautifully written. I'll try to work around it.