Expanding upon the ideals of picoCSS, with icons and helper variables
-
open-props for quick variables
-
open-color for nice colors and custom themes
-
colar as a better balanced alternative to open-color
-
micro: my own personal overrides to pico and open-props, with sane defaults and batteries included
- elevation shadows from Material Design Language
- inset shadows
- outset shadows
- proper CSS transitions between inset and outset
- nerdfont icons with easy classes within
.icon i
elements - search the cheatsheet! (icons here) - simple-to-use breakpoints mixin by @kittyGiraudel (SCSS only). see usage here
-
💡 css-only custom media queries are on their way!
-
- inverse text color finder, from Bulma.io (SCSS only). (source)
Just include the main file as well as nerdfonts into your project with:
- elevation shadows from Material Design Language
@import 'https://octoshrimpy.github.io/microcss/micro.css';
@import "https://octoshrimpy.github.io/microcss/nf.css";
It will import pico, open-props, and everything else you need!