1
0
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:
Łukasz Holeczek
2018-05-09 13:32:31 +02:00
commit b84df41d29
18 changed files with 9470 additions and 0 deletions

12
build/postcss.config.js Executable file
View 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 }
}
})