use single quotes from import statements in less

This commit is contained in:
NikolaBorislavovHristov 2018-06-15 15:31:45 +03:00
parent 0b9199bac6
commit 418e1d58c7
5 changed files with 7 additions and 9 deletions

View file

@ -1,4 +1,4 @@
@import "stremio-colors";
@import 'stremio-colors';
@font-face {
font-family: 'Open Sans';
src: url('/fonts/OpenSans-Light.ttf') format('truetype');

View file

@ -1,7 +1,6 @@
@import "stremio-colors";
@import 'stremio-colors';
.root {
width: 30px;
height: 30px;
background-color: @colorprimlight60;
}
}

View file

@ -1,4 +1,4 @@
@import "stremio-colors";
@import 'stremio-colors';
.nav-tab {
height: 100%;
padding: 0 1.5%;

View file

@ -1,4 +1,4 @@
@import "stremio-colors";
@import 'stremio-colors';
.nav-bar {
height: 44px;
display: flex;

View file

@ -1,5 +1,4 @@
@import "stremio-colors";
@import 'stremio-colors';
@keyframes fadeIn {
from {
opacity: 0;
@ -39,4 +38,4 @@
.button-icon {
width: 16px;
height: 16px;
}
}