Override react-toolbox font setting.
This commit is contained in:
parent
60b9aa3629
commit
4c7eaf1bba
@ -5,6 +5,13 @@ module.exports = {
|
||||
require('postcss-import')({ addDependencyTo: webpack }),
|
||||
require('postcss-cssnext')({
|
||||
browsers: ['last 2 versions', 'IE > 10'],
|
||||
features: {
|
||||
customProperties: {
|
||||
variables: {
|
||||
"preferred-font": 'inherit', // Override react-toolbox font setting
|
||||
},
|
||||
},
|
||||
},
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user