Skip to content

5. Combine with Other CSS Processing.

Peter Naydenov edited this page Jan 25, 2015 · 1 revision

Combining with other CSS post-processes. Using theme engine with CSS preprocessor:

css-dev --> tmp-css  ------ o ---------- o ----------------- > css 
                            |            |
                    autoprefixer     CSS preprocessor

Set 'target' to temporary place( folder ). Apply autoprefixer or/and preprocessors over the result of theme engine and then save in production folder.

Using just CSS:

css-dev --> css

If you are using pure CSS you are save to write results directly in production folder.