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 1313 },
1414 "devDependencies" : {
1515 "@babel/cli" : " ^7.19.3" ,
16+ "@babel/plugin-proposal-private-property-in-object" : " ^7.21.11" ,
1617 "@babel/preset-react" : " ^7.18.6" ,
1718 "@testing-library/jest-dom" : " ^5.16.5" ,
1819 "@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+
13html {
24 font-size : 18px ;
35 line-height : 1.5 ;
8486 text-decoration : underline ;
8587
8688 & :focus {
87- box-shadow : 0 0 0 $outline-width / 2 $outline-color ;
89+ box-shadow : 0 0 0 calc ( $outline-width / 2 ) $outline-color ;
8890 outline : none ;
8991 }
9092
You can’t perform that action at this time.
0 commit comments