mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -04:00
12 lines
No EOL
165 B
JavaScript
12 lines
No EOL
165 B
JavaScript
module.exports = {
|
|
map: {
|
|
inline: false,
|
|
annotation: true,
|
|
sourcesContent: true
|
|
},
|
|
plugins: {
|
|
autoprefixer: {
|
|
cascade: false
|
|
}
|
|
}
|
|
} |