mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* Enable chrome-devtools elemets tab * Trigger updates when property is chaned form native * Tslint fixes * Don't run dom-elemet tests in IOS * fix tests * Create package.json * Update package.json * domNode changed to field for performance
13 lines
214 B
CSS
13 lines
214 B
CSS
.btn1 {
|
|
background-color: lightgreen;
|
|
color: coral;
|
|
font-size: 20;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.btn2 {
|
|
background-color: coral;
|
|
color: lightgreen;
|
|
font-size: 24;
|
|
font-family: serif;
|
|
} |