mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-22 00:05:22 +02:00
13 lines
228 B
JavaScript
Executable File
13 lines
228 B
JavaScript
Executable File
'use strict'
|
|
|
|
module.exports = (ctx) => ({
|
|
map: ctx.file.dirname.includes('examples') ? false : {
|
|
inline: false,
|
|
annotation: true,
|
|
sourcesContent: true
|
|
},
|
|
plugins: {
|
|
autoprefixer: { cascade: false }
|
|
}
|
|
})
|