1.1.0 • Published 1 year ago

@sigveh/css v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@sigveh/css

A simple CSS Reset and base styles, for a clean start to every project.
Inspired by @acab/reset.css

Usage

Install the package via npm.

npm install @sigveh/css

You can then import the stylesheet in your css file.

@import '@sigveh/css';

Customization

There are certain customization options when you are using the base styles. Make sure to define the CSS variables in :root to correctly override the default values.

:root {
  /* define variables here */
  --border-radius: 6px;
}

These are the available CSS variables:

NameDescriptionDefault value
--border-radiusOther radii are calculated from this4px
--border-colorUsed for form elements, tables and separators#808080

License

This package is licensed under the MIT license.