File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- $primaryColor : pink ;
1
+ $primaryColor : black ;
Original file line number Diff line number Diff line change 1
- .title {font-size : 30 ;horizontal-align : center;margin : 20 ;color : pink }button {font-size : 42 ;horizontal-align : center;color : green }.message {font-size : 20 ;color : # 284848 ;horizontal-align : center;margin : 0 20 ;text-align : center}
1
+ .title {font-size : 30 ;horizontal-align : center;margin : 20 ;color : # 000 }button {font-size : 42 ;horizontal-align : center;color : blue }.message {font-size : 20 ;color : # 284848 ;horizontal-align : center;margin : 0 20 ;text-align : center}
Original file line number Diff line number Diff line change 1
1
@mixin buttonColor () {
2
- color : green ;
2
+ color : blue ;
3
3
}
Original file line number Diff line number Diff line change 6
6
"nativescript" : {
7
7
"id" : " org.nativescript.demo" ,
8
8
"tns-ios" : {
9
- "version" : " 2.3 .0"
9
+ "version" : " 2.4 .0"
10
10
}
11
11
},
12
12
"dependencies" : {
13
- "tns-core-modules" : " 2.3.0 "
13
+ "tns-core-modules" : " ^2.4.4 "
14
14
},
15
15
"devDependencies" : {
16
16
"nativescript-dev-sass" : " file:.."
17
17
}
18
- }
18
+ }
You can’t perform that action at this time.
0 commit comments