Switched from LESS to SASS

This commit is contained in:
Raphael Michel
2016-03-31 20:08:27 +02:00
parent 213d44d71a
commit fdff5e7a98
178 changed files with 5617 additions and 14629 deletions
@@ -0,0 +1,18 @@
@import "../../bootstrap/scss/_bootstrap.scss";
$fa-font-path: static("fontawesome/fonts");
@import "../../fontawesome/scss/font-awesome.scss";
@import "colors.scss";
body {
background: #ececec;
text-align: center;
padding: 50px 0;
}
.big-animated-icon {
-webkit-animation: fa-spin 8s infinite linear;
animation: fa-spin 8s infinite linear;
font-size: 200px;
color: $brand-primary;
}
+1
View File
@@ -0,0 +1 @@
$brand-primary: #8E44B3;
+16
View File
@@ -0,0 +1,16 @@
@import "../../bootstrap/scss/_bootstrap.scss";
$fa-font-path: static("fontawesome/fonts");
@import "../../fontawesome/scss/font-awesome.scss";
@import "colors.scss";
body {
background: #ececec;
text-align: center;
padding: 50px 0;
}
.big-icon {
font-size: 200px;
color: $brand-primary;
}