Add docker
This commit is contained in:
14
postcss.config.js
Normal file
14
postcss.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/** @type {import('postcss-load-config').Config} */
|
||||
import prefix from 'autoprefixer'
|
||||
import nest from 'postcss-nested'
|
||||
|
||||
|
||||
|
||||
const config = {
|
||||
plugins: [
|
||||
prefix,
|
||||
nest
|
||||
]
|
||||
}
|
||||
|
||||
export default config
|
||||
Reference in New Issue
Block a user