Files
Brandy Carney 7a8d5f68d2 chore(stylelint): remove sass-lint/scss-lint in favor of stylelint
- remove scss-lint and sass-lint
- add stylelint and stylelint-order packages and configuration
- update all *.scss files to new syntax

fixes #14805
2018-07-19 15:10:30 -05:00

12 lines
211 B
SCSS

@import "./note.md.vars";
@import "./note";
// Material Design Note
// --------------------------------------------------
:host {
--ion-color-base: #{$note-md-color};
font-family: $note-md-font-family;
}