mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
less constants added in the common package
This commit is contained in:
parent
aa5a16ad04
commit
fe1bf0695b
2 changed files with 3 additions and 1 deletions
1
src/common/constants.less
Normal file
1
src/common/constants.less
Normal file
|
|
@ -0,0 +1 @@
|
|||
@nav-bar-height: 44px;
|
||||
|
|
@ -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')
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue