ixc / ixc-project-template

Bare-bones skeleton project template, for use with the `django-admin.py startproject` command.
1 stars 0 forks source link

Add autoprefixer to SCSS compilation #31

Open markfinger opened 8 years ago

markfinger commented 8 years ago

Autoprefixer's missing from the scss pipeline.

Scss's cli doesn't have support for plugins, so we'd need to pipe the css, but postcss (the core for autoprefixer) has a crappy cli so we can't pipe it.

Recommend something akin to my 5-min hack job in https://github.com/ixc/smart-approved-watermark/commit/7ee8679884461f8a378decaa0fe611fb6630ba6b