1
Fork 0

Start fixing scss linting

This commit is contained in:
Jake Howard 2017-05-01 22:17:46 +01:00
parent a447870c6f
commit 2c7c34ada0
2 changed files with 1500 additions and 1596 deletions

File diff suppressed because it is too large Load diff

View file

@ -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;
} }