mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
- remove scss-lint and sass-lint - add stylelint and stylelint-order packages and configuration - update all *.scss files to new syntax fixes #14805
12 lines
211 B
SCSS
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;
|
|
}
|