diff --git a/src/common/constants.less b/src/common/constants.less new file mode 100644 index 000000000..df8800341 --- /dev/null +++ b/src/common/constants.less @@ -0,0 +1 @@ +@nav-bar-height: 44px; diff --git a/webpack.config.js b/webpack.config.js index 2243180e5..42da7aa62 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -53,7 +53,8 @@ module.exports = { noIeCompat: true, compress: true, paths: [ - path.resolve(__dirname, 'node_modules/stremio-colors') + path.resolve(__dirname, 'node_modules/stremio-colors'), + path.resolve(__dirname, 'src/common') ] } }