Updated bourbon and scss

This commit is contained in:
Stefan Zermatten
2016-05-03 08:12:44 +02:00
parent 2ffacb88e0
commit 6fe368cde7
6 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
@import "bourbon/bourbon";
@import "{wolves:bourbon}/bourbon";
$thickColumnWidth: 304px;
$thinColumnWidth: 240px;

View File

@@ -1,4 +1,4 @@
@import "bourbon/bourbon";
@import "{wolves:bourbon}/bourbon";
@import "colors";
//apply a natural box layout model to all elements

View File

@@ -1,4 +1,4 @@
@import "bourbon/bourbon";
@import "{wolves:bourbon}/bourbon";
.mini-holder {
position: absolute;
@@ -43,4 +43,3 @@
@include transform(rotate(405deg));
}
}