Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editing child-theme.css compiles from child-theme.min.css, shouldn't it be the other way around? #395

Open
teg7 opened this issue Nov 5, 2024 · 0 comments

Comments

@teg7
Copy link

teg7 commented Nov 5, 2024

Simply put the line

1. "css-compile": "sass --style expanded --source-map --embed-sources --no-error-css --quiet src/sass/child-theme.scss:css/child-theme.css src/sass/custom-editor-style.scss:css/custom-editor-style.css",
Should be written as:
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css --quiet css/child-theme.css:src/sass/child-theme.scss src/sass/custom-editor-style.scss:css/custom-editor-style.css",

2. Also, npm run css does not run whenever a change is made to child-theme.css.

Or did I miss something in the Docs?

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant