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 Jul 17, 2022. It is now read-only.
Hello,
Is it possible to use this plugin in a way to combine different files not all files at once, e.g.
if I have following source files:
src/layout.css
src/colors.css
src/page1.css
src/page2.css
src/page3.css
Then what I need is to have following minified files:
build/page1.min.css (layout+colors+page1)
build/page2.min.css (layout+colors+page2)
build/page3.min.css (layout+colors+page3)
How to do this? Thanks in advance!
The text was updated successfully, but these errors were encountered: