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

fix: weird spacing with minified html

authored by oli and committed by devins.page 64da44ae a912c265

+2 -1
+2 -1
dev.css
··· 255 } 256 257 header nav ul li:not(:first-child)::before { 258 - content: "• "; 259 } 260 261 footer > *:last-child {
··· 255 } 256 257 header nav ul li:not(:first-child)::before { 258 + content: "•"; 259 + margin: 0 0.25em; 260 } 261 262 footer > *:last-child {