File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- @media screen and (min-width : 400px ) and (max-width : 450px )
1+ @media screen and (min-width 400px ) and (max-width 450px )
22 #app .navbar .site-name
33 font-size calc (1.3rem * 0.8 )
44
5- @media screen and (max-width : 400px )
5+ @media screen and (max-width 400px )
66 #app .navbar
77 .home-link
88 display flex
Original file line number Diff line number Diff line change 11module . exports = {
2- extends : [ "stylelint-config-standard" , "stylelint-plugin- stylus/standard" ] ,
2+ extends : [ "stylelint-config-standard" , "stylelint-stylus/standard" ] ,
33 rules : {
44 "no-descending-specificity" : null ,
5+ "selector-class-pattern" : null ,
6+ "value-keyword-case" : null ,
57 } ,
68}
Original file line number Diff line number Diff line change 106106 "raw-loader" : " ^4.0.1" ,
107107 "request" : " ^2.88.2" ,
108108 "semver" : " ^7.3.2" ,
109- "stylelint" : " ^14.0.0 " ,
109+ "stylelint" : " ^14.9.1 " ,
110110 "stylelint-config-recommended-vue" : " ^1.0.0" ,
111111 "stylelint-config-standard" : " ^26.0.0" ,
112- "stylelint-plugin- stylus" : " ^0.15.0 " ,
112+ "stylelint-stylus" : " ^0.16.1 " ,
113113 "ts-node" : " ^10.0.0" ,
114114 "typescript" : " ^4.0.0" ,
115115 "vue-eslint-editor" : " ^1.1.0" ,
You can’t perform that action at this time.
0 commit comments