mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
8 lines
No EOL
98 B
JavaScript
8 lines
No EOL
98 B
JavaScript
module.exports = {
|
|
map: false,
|
|
plugins: {
|
|
autoprefixer: {
|
|
cascade: false
|
|
}
|
|
}
|
|
} |