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

fix: blockquote last child padding

+5
+5
dev.css
··· 179 179 border-radius: 4px; 180 180 } 181 181 182 + blockquote *:last-child { 183 + padding-bottom: 0; 184 + margin-bottom: 0; 185 + } 186 + 182 187 @media (max-width: 1424px) { 183 188 header { 184 189 background: var(--dc-bg-2);