File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22 "extends" : " stylelint-config-sass-guidelines" ,
33 "plugins" : [" stylelint-order" ],
44 "rules" : {
5+ "selector-max-compound-selectors" : 5 ,
56 "max-nesting-depth" : 4 ,
67 "selector-no-vendor-prefix" : [
78 true ,
Original file line number Diff line number Diff line change 11# Spruce CSS Eleventy Documentation Template
22
3+ ## v1.0.4 (2023-05-24)
4+
5+ Stylelint fixes.
6+
37## v1.0.3 (2023-05-24)
48
59Sync changes.
Original file line number Diff line number Diff line change 11{
22 "name" : " sprucecss-eleventy-documentation-template" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.4 " ,
44 "author" : " Cone (https://conedevelopment.com)" ,
55 "main" : " .eleventy.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 3737
3838 & ::before {
3939 background-color : color (' primary' );
40- border-start-end-radius : config (' border-radius-sm' , $display );
4140 border-end-end-radius : config (' border-radius-sm' , $display );
41+ border-start-end-radius : config (' border-radius-sm' , $display );
4242 bottom : 0 ;
4343 content : ' ' ;
4444 inline-size : 0.3rem ;
You can’t perform that action at this time.
0 commit comments