File tree Expand file tree Collapse file tree 4 files changed +2827
-2406
lines changed Expand file tree Collapse file tree 4 files changed +2827
-2406
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
"devDependencies" : {
15
15
"@babel/cli" : " ^7.19.3" ,
16
+ "@babel/plugin-proposal-private-property-in-object" : " ^7.21.11" ,
16
17
"@babel/preset-react" : " ^7.18.6" ,
17
18
"@testing-library/jest-dom" : " ^5.16.5" ,
18
19
"@testing-library/react" : " ^13.4.0" ,
Original file line number Diff line number Diff line change 1
- @import " ./scss/variables.scss" ;
2
- @import " ./scss/styles.scss" ;
1
+ @use " ./scss/variables.scss" as * ;
2
+ @use " ./scss/styles.scss" as * ;
Original file line number Diff line number Diff line change
1
+ @use " ../scss/variables.scss" as * ;
2
+
1
3
html {
2
4
font-size : 18px ;
3
5
line-height : 1.5 ;
84
86
text-decoration : underline ;
85
87
86
88
& :focus {
87
- box-shadow : 0 0 0 $outline-width / 2 $outline-color ;
89
+ box-shadow : 0 0 0 calc ( $outline-width / 2 ) $outline-color ;
88
90
outline : none ;
89
91
}
90
92
You can’t perform that action at this time.
0 commit comments