Guest User

Untitled

a guest
Mar 14th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $color: (
  2. primary: #009688,
  3. secondary: #3F51B5
  4. );
  5.  
  6. // In some other scss file, reference this variable
  7. .active {
  8. color: map-get($color, primary);
  9. }
Add Comment
Please, Sign In to add comment