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

Configure Feed

Select the types of activity you want to include in your feed.

fix: weird spacing with minified html

authored by

oli and committed by
devin
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 {