mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
16 lines
195 B
JavaScript
16 lines
195 B
JavaScript
'use strict';
|
|
|
|
module.exports = ctx => ({
|
|
map: {
|
|
inline: false,
|
|
annotation: true,
|
|
sourcesContent: true
|
|
},
|
|
plugins: {
|
|
autoprefixer: {
|
|
cascade: false,
|
|
grid: "autoplace"
|
|
}
|
|
}
|
|
});
|