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 255 } 256 256 257 257 header nav ul li:not(:first-child)::before { 258 - content: "• "; 258 + content: "•"; 259 + margin: 0 0.25em; 259 260 } 260 261 261 262 footer > *:last-child {