How to autoprefix CSS?
Created 6 years ago by alireza

Hi 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

piterden  —  6 years ago Best Answer

Gulp can add prefixes