@import "../../themes/ionic.globals.wp"; // Windows Note // -------------------------------------------------- /// @prop - Text color of the note $note-wp-color: $input-wp-border-color !default; .note-wp { color: $note-wp-color; } // Generate Windows Note Colors // -------------------------------------------------- @each $color-name, $color-base, $color-contrast in get-colors($colors-wp) { .note-wp-#{$color-name} { color: $color-base; } }