tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet

fix: use flex for nav ul li

fixes whitespace issue with certain formatters such as prettier

+2
+2
dev.css
··· 253 254 header nav ul li { 255 margin: 0; 256 } 257 258 header nav ul li:not(:first-child)::before { ··· 272 273 footer nav ul li { 274 margin: 0; 275 } 276 277 footer nav ul li:not(:first-child)::before {
··· 253 254 header nav ul li { 255 margin: 0; 256 + display: flex; 257 } 258 259 header nav ul li:not(:first-child)::before { ··· 273 274 footer nav ul li { 275 margin: 0; 276 + display: flex; 277 } 278 279 footer nav ul li:not(:first-child)::before {