src added to LESS import paths

This commit is contained in:
NikolaBorislavovHristov 2019-08-02 14:24:03 +03:00
parent 33420e2c03
commit c04b0d467e

View file

@ -100,6 +100,7 @@ module.exports = {
strictMath: true,
noIeCompat: true,
paths: [
path.resolve(__dirname, 'src'),
path.resolve(__dirname, 'node_modules')
]
}