mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
shorter colors import statement
This commit is contained in:
parent
d7f68c78cc
commit
ed14a53503
2 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@import "~stremio-colors/colors.less";
|
||||
@import "colors";
|
||||
|
||||
.root {
|
||||
width: 30px;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,11 @@ module.exports = {
|
|||
loader: 'less-loader',
|
||||
options: {
|
||||
strictMath: true,
|
||||
noIeCompat: true
|
||||
noIeCompat: true,
|
||||
compress: true,
|
||||
paths: [
|
||||
path.resolve(__dirname, 'node_modules/stremio-colors')
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue