Expanding upon the ideals of picoCSS, with icons and helper variables
.icon i
elements - search the cheatsheet! (icons here)💡 css-only custom media queries are on their way!
Just include the main file into your project with:
@import 'https://octoshrimpy.github.io/microcss/micro.css';
/* or */
@import 'https://cdn.jsdelivr.net/gh/octoshrimpy/microcss@main/micro.css';
or include it in the <head>
of your main .html
file
<link rel="stylesheet" href="https://octoshrimpy.github.io/microcss/micro.css">
<!-- or -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/octoshrimpy/microcss@main/micro.css">
It will import pico, open-props, and everything else you need!