@martendebruijn/css
v1.1.0
Published
Add some basic styling to native HTML elements for quick prototyping
Downloads
3
Readme
@martendebruijn/css
Add some basic styling to native HTML elements for quick prototyping.
Get started
npm install @martendebruijn/cssUsage
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;
}Contributing
This project is a personal hobby project. However feel free to contribute!
Authors and acknowledgment
- A Modern CSS Reset - Josh Comeau
License
MIT license
Copyright © 2025 Marten de Bruijn
