Adds namespace
This commit is contained in:
parent
e35f7ba3c2
commit
bc8e8f6669
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -15,7 +15,7 @@
|
||||
```
|
||||
*/
|
||||
|
||||
@import '../variables/colors';
|
||||
@import '../cdb-variables/colors';
|
||||
|
||||
.box {
|
||||
width: 120px;
|
@ -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);
|
@ -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;
|
@ -14,7 +14,7 @@
|
||||
```
|
||||
*/
|
||||
|
||||
@import '../variables/sizes';
|
||||
@import '../cdb-variables/sizes';
|
||||
|
||||
.Text {
|
||||
font-family: 'Open Sans';
|
Loading…
Reference in New Issue
Block a user