@bomberstudios/css-library
v1.1.4
Published
A bunch of CSS code I reuse between projects
Downloads
22
Readme
CSS Library
A bunch of CSS styles that I use in my projects.
Demo
See the styles in action here.
Usage
In case it wasn't sufficiently clear, please do not use this in any of your projects unless you are me 😅.
If you are me:
npm install @bomberstudios/css-libraryAnd then include the styles. For example, in an Astro project you can add this to your base Layout:
import '@bomberstudios/css-library/index.css'