You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
I can't find this information anywhere so asking here. I am trying to use partial CSS files like this: @import "partials/colors";. Partial CSS file names start with '_'. In my gulp setup I see that all partial files are entering in the stream.
Is this plugin supposed to handle that and skip partial file from being compiled into CSS in the destination? Am I responsible to handle this? Usually Sass tools handle this and skip partial files.
The text was updated successfully, but these errors were encountered:
the described feature is not part /in the scope of precss.
It is possible by adding postcss-partial-import to your pipeline.
Precss only handles the file transforming, the rest is up to your pipeline and your postcss behavior.
I can't find this information anywhere so asking here. I am trying to use partial CSS files like this:
@import "partials/colors";
. Partial CSS file names start with '_'. In my gulp setup I see that all partial files are entering in the stream.Is this plugin supposed to handle that and skip partial file from being compiled into CSS in the destination? Am I responsible to handle this? Usually Sass tools handle this and skip partial files.
The text was updated successfully, but these errors were encountered: