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 was archived by the owner on Mar 12, 2023. It is now read-only.
Describe the bug
Assume I have 2 css files:
base.css
app.css
in app.css I import base.css "@import "base.css"
in app.min.css - a copy of the base.css is added instead of the import statement.
Now - assume I made changes to base.css.
in the raw CSS version of app.css I have the @Impot statement, which works fine when base.css is modified.
However. app.min.css will not be updated with the changes made in base.css until app.css is re-saved.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Using the minify on save option should re-create the min file if any of the imported files change.
Desktop (please complete the following information):