#52435 closed feature request (wontfix)
Possibilities to include CSS preprocessors compiler by default in WordPress
Reported by: | malavvasita | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | ui, css | Cc: |
Description
As of now, there aren't any available stable plugin solutions to use LESS / SASS / SCSS with WordPress.
For the plugin and theme development, It will be easy when we are using the preprocessors. With plain CSS, it's hard to give the advanced facilities to users.
We can include PHP compilers for that. Which will compile and generate CSS files on the fly.
Any thoughts on this?
Change History (3)
Note: See
TracTickets for help on using
tickets.
Feels like plugin territory to me.
SCSS/LESS etc are developer tools, not production tools. As such I don't think they should be included in a production build.
AFAIK Jetpack includes compilers and allows users to add SCSS in the customizer, but I don't think something like that would be prudent in core...