Start fixing scss linting
This commit is contained in:
parent
a447870c6f
commit
2c7c34ada0
2 changed files with 1500 additions and 1596 deletions
File diff suppressed because it is too large
Load diff
|
@ -4,9 +4,9 @@ $fa-font-path: "../fonts";
|
||||||
@import "node_modules/bootstrap/scss/bootstrap-grid";
|
@import "node_modules/bootstrap/scss/bootstrap-grid";
|
||||||
|
|
||||||
// Import Alpha theme (ish)
|
// Import Alpha theme (ish)
|
||||||
@import 'alpha';
|
@import "alpha";
|
||||||
|
|
||||||
|
|
||||||
.box .box {
|
.box .box {
|
||||||
border-radius: 0px;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue