Skip to content

Instantly share code, notes, and snippets.

@Danetag
Last active May 20, 2020 02:24
Show Gist options
  • Save Danetag/72433752702327ce701b83221bdebd26 to your computer and use it in GitHub Desktop.
Save Danetag/72433752702327ce701b83221bdebd26 to your computer and use it in GitHub Desktop.
@import 'my-component-library/constants/_constants';
@import 'my-component-library/constants/_mixins';
.background {
background-color: $blue; // imported constant color
// imported mixin
@for-size($medium) {
background-color: $dark-blue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment