mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
fix: postcss.config.js for css files
This commit is contained in:
parent
759296f211
commit
b925edd95a
28 changed files with 1 additions and 27 deletions
12
css/postcss.config.js
Normal file
12
css/postcss.config.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
module.exports = {
|
||||
map: {
|
||||
inline: false,
|
||||
annotation: true,
|
||||
sourcesContent: true
|
||||
},
|
||||
plugins: {
|
||||
autoprefixer: {
|
||||
cascade: false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue