escrcpy/postcss.config.js

8 lines
139 B
JavaScript
Raw Permalink Normal View History

2023-11-13 18:35:44 +08:00
import nested from 'postcss-nested'
import postcssScss from 'postcss-scss'
export default {
parser: postcssScss,
plugins: [nested],
}