Add some basic styling to native HTML elements for quick prototyping.
npm install @martendebruijn/css
Add style.css
to you html file:
<link
rel="stylesheet"
href="../node_modules/@martendebruijn/css/dist/styles.css"
/>
Change the defaults:
:root {
--body-color: green;
--body-bg: hotpink;
}
This project is a personal hobby project. However feel free to contribute!
- A Modern CSS Reset - Josh Comeau
MIT license
Copyright © 2025 Marten de Bruijn