standarize

A simple base for CSS

Usage no npm install needed!

<script type="module">
  import standarize from 'https://cdn.skypack.dev/standarize';
</script>

README

Standarize

A simple base for CSS

Version File size in bytes License

Standarize aims to be a light, simple and solid foundation on which to build your CSS. There are other similar projects that standarize is inspired by. The objective of standarize is to create a simple base that unifies the most basic CSS common values of the main browsers.

It's built trying to be deeply respectful with the web standards and with the decisions of the different browsers. Sometimes, default is good. I try to avoid overwriting a selector several times unnecessarily.

There is some opinionated code, but not much. For example: box-sizing, font-families, cursors, etc.

I don't worry too much about old and obsolete browsers.

All contributions and opinions are welcome.

Getting Started

Choose how you want to use standarize:

Download

Last release

NPM

npm install standarize --save-dev

See npmjs.com/package/standarize

CDN

<link rel="stylesheet" href="https://unpkg.com/standarize@4.1.0">

Credits

Developed by Iván Barcia. Inspired in other projects.

Web · Twitter · GitHub

Project tested on BrowserStack

Similar projects

User agents CSS

License

This project is under MIT License