Merge branch 'master' into reset-stylesheet

This commit is contained in:
xavijam
2016-01-21 12:26:32 +01:00
14 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -15,7 +15,7 @@
```
*/
@import '../variables/colors';
@import '../cdb-variables/colors';
.box {
width: 120px;

View File

@@ -12,7 +12,7 @@ There is only one state 'is-visible', in order to make it visible.
```
*/
@import '../utilities/mixins';
@import '../cdb-utilities/mixins';
.CDB-Loader {
@include css3-prefix(animation, loader-progress 1000ms linear 1);

View File

@@ -12,7 +12,7 @@ You may resize and change the colors of the icons with the `glyph-`-classes. Ava
```
*/
@import '../utilities/mixins';
@import '../cdb-utilities/mixins';
.CDB-Shape-dot {
display: inline-block;

View File

@@ -14,7 +14,7 @@
```
*/
@import '../variables/sizes';
@import '../cdb-variables/sizes';
.Text {
font-family: 'Open Sans';