pleroma-fe/postcss.config.js

6 行
66 B
JavaScript
Raw パーマリンク 通常表示 履歴

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