photos/postcss.config.js

6 строки
62 B
JavaScript
Исходник Обычный вид История

module.exports = {
plugins: [
require('autoprefixer')
]
}