1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00
guide/front/postcss.config.js

9 lines
125 B
JavaScript
Raw Normal View History

module.exports = {
2019-05-20 22:19:38 +03:00
plugins: [
require('autoprefixer'),
require('postcss-preset-env'),
require('precss')
]
}