How to autoprefix CSS?
Created 7 years ago by alirezaHi all.
I am using scss file to build a theme.
Here is how I run add it to page:
$asset->add('styles.css', 'theme::scss/styles.scss' ,['live']);
The problem is that it builds the css file but it is not prefixed? Do we have any autoprefix option? Or I should manually prefix inside the scss files?
Thanks for you help
Gulp can add prefixes