mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
10 lines
164 B
SCSS
10 lines
164 B
SCSS
@import "./note.md.vars";
|
|
@import "./note";
|
|
|
|
// Material Design Note
|
|
// --------------------------------------------------
|
|
|
|
:host {
|
|
--color: #{$note-md-color};
|
|
}
|