mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-23 08:42:52 +02:00
Initial release
This commit is contained in:
12
build/postcss.config.js
Executable file
12
build/postcss.config.js
Executable file
@@ -0,0 +1,12 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = (ctx) => ({
|
||||
map: ctx.file.dirname.includes('examples') ? false : {
|
||||
inline: false,
|
||||
annotation: true,
|
||||
sourcesContent: true
|
||||
},
|
||||
plugins: {
|
||||
autoprefixer: { cascade: false }
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user