-
Notifications
You must be signed in to change notification settings - Fork 3
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
Wrong css code in customizer-editor.post.css #170
Comments
Look at the gulp file. It will build the CSS the browser needs I believe the terminal command is It's using postCSS to build. The nested selectors are ensuring that the styles won't be broken by other themes or plugins
|
Thanks for the info. |
David are you saying that the customizer-editor.post.css is develeped inside nests and the gulp is used to parse the nesting and created customizer-editor.css? |
Yes. The gulp task writes the browser readable CSS
|
The file customizer-editor.post.css contains nested selectors. This is a common practice in SASS and LESS but not admitted in the final version that the browser reads.
The whole file need to be reviewed and fixed
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: