module.exports = { plugins: { 'postcss-simple-vars': { onVariables: function(variables) { variables.viewPadding = '20px'; }, }, }, };.
確定! 回上一頁