mirror of
https://github.com/picocss/pico.git
synced 2025-02-23 00:01:58 -05:00
12 lines
165 B
JavaScript
12 lines
165 B
JavaScript
|
module.exports = {
|
||
|
map: {
|
||
|
inline: false,
|
||
|
annotation: true,
|
||
|
sourcesContent: true
|
||
|
},
|
||
|
plugins: {
|
||
|
autoprefixer: {
|
||
|
cascade: false
|
||
|
}
|
||
|
}
|
||
|
}
|