mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
link postcss-mixins with the mixins file
This commit is contained in:
parent
6a994e05f6
commit
6e1e855a13
@ -19,7 +19,9 @@ const plugins = {
|
||||
require('postcss-functions')({
|
||||
functions: cssFunctions
|
||||
}),
|
||||
require('postcss-mixins')(),
|
||||
require('postcss-mixins')({
|
||||
mixinsFiles: path.join(__dirname, '../src/shared/mixins.css')
|
||||
}),
|
||||
require('postcss-for'),
|
||||
require('postcss-cssnext')()
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user