mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46: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
|
|
}
|
|
}
|
|
} |