-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Like we support different combinations of JavaScript files being configured to be concatenated and minified, we should allow the same for CSS files.
Right now, the build:css task is hard-coded around style.scss to style.css. This means it's not reusable to build files like editor-style.css, or edd.css. Having a css configuration block might also be the start of a workaround for #3.
Initially, it may be that all individual .scss go through the same build process, but ideally, we may want to configure the list of middleware items (i.e. only certain files pass through the RTL procedure).
Reactions are currently unavailable