mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
Wifi UI update
This commit is contained in:
9
components/wifi-manager/webapp/webpack/postcss.config.js
Normal file
9
components/wifi-manager/webapp/webpack/postcss.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
parser: 'sugarss',
|
||||
// syntax: 'postcss-scss',
|
||||
plugins: {
|
||||
'postcss-import': {},
|
||||
'postcss-cssnext': {},
|
||||
cssnano: {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user