Skip to content

Commit

Permalink
[sass] Updated missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Isaksen committed Jul 1, 2016
1 parent 12b6f92 commit 5d5adc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions atomic/particles/_modifiers.scss
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@import "modifiers/string";
@import "modifiers/rwd";
1 change: 1 addition & 0 deletions atomic/particles/_props.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@import "props/box";
@import "props/color";
@import "props/image";
@import "props/icon";
@import "props/motion";
@import "props/rwd";
@import "props/type";
2 changes: 1 addition & 1 deletion atomic/particles/props/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$color-black--alpha: rgba(0, 0, 0, 0);
$color-black: rgba(0, 0, 0, 1);
$color-gray--alpha_dark: rgba(184, 184, 184, 0);
$color-gray--alpha_dark: rgba(184, 184, 184, 1);
$color-gray--darker: lighten($color-black, 13.5%);
$color-gray--dark: lighten($color-black, 20%);
$color-gray: lighten($color-black, 33.5%);
Expand Down

0 comments on commit 5d5adc2

Please sign in to comment.