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.

at 6a8faac677a5f0803ade9654ded52d6c2b9e37aa 8 lines 307 B view raw
1/* addon for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */ 2/* warn: if using with the header-sidebar addon, be sure to include this before it */ 3/* warn: i do not recommend using this if your header is large, may affect usability */ 4 5header { 6 position: sticky; 7 top: 0; 8}