lightweight, simple, classless CSS framework inspired by new.css
devcss.devins.page
framework
lightweight
css
classless
stylesheet
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}