Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

martendebruijn/css

Repository files navigation

@martendebruijn/css

Add some basic styling to native HTML elements for quick prototyping.

Get started

npm install @martendebruijn/css

Usage

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

License

MIT license

Copyright © 2025 Marten de Bruijn

About

Add some basic styling to your prototypes

Topics

Resources

License

Stars

Watchers

Forks