mirror of
https://github.com/picocss/pico.git
synced 2025-04-29 12:29:13 -04:00
chore: remove docs and move to yarn
This commit is contained in:
parent
3052db4bd3
commit
759296f211
153 changed files with 1366 additions and 13526 deletions
12
postcss.config.js
Normal file
12
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