-
Notifications
You must be signed in to change notification settings - Fork 42
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
Feature : Allow all scss files in child theme #2
Comments
This would be fantastic. Looking over the CSS in Divi itself, it seems clear to me that internally Elegant Themes is already using Sass or LESS. I can't think of a particularly good reason not to expose that, and let child themes take advantage of it. It's much like how they let you get PSDs of some design assets! |
+1 for me as well. |
+1 |
+1 |
It is true that we are using SASS, however we didn't begin using SASS until Extra. Since then we have (and will continue) to use it on on new development. We are planning to migrate Divi's stylesheet to SASS but there is no ETA we can provide on that at this time. Needless to say, its not going to be a trivial task 😉 |
+1 |
Nearly a year since the last comment! Has there been any progress on this? |
It would be nice if the Divi Parent theme styles.css was broken down into different mixin scss files and included in child theme or made available to developers. I really enjoy working with Divi and building child themes from the parent but I don't enjoy having to go through the huge stylesheet and removing options I don't need.
For instance if we are building a site that will never have e-commerce then why do we need to load any woocommerce styles.
Just a thought, it would make developing child themes that much better for me at least. I would be happy to help where I can.
The text was updated successfully, but these errors were encountered: