utterances/.postcssrc.js

8 lines
123 B
JavaScript
Raw Normal View History

2018-05-12 07:53:12 +03:00
module.exports = {
plugins: {
autoprefixer: {
browsers: ['>1%', 'last 2 versions', 'not ie < 11']
}
}
};