mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00

* Move the applyStyleFromScope to onLoaded, when the views are created and id or className properties are set the CSS selectors are queried and applied multiple times * Condense the changes when applying properties
15 lines
118 B
CSS
15 lines
118 B
CSS
Button {
|
|
color: orange;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
.blue {
|
|
color: blue;
|
|
}
|
|
|
|
.nocolor {
|
|
background: red;
|
|
} |