All Projects → jgthms → Minireset.css

jgthms / Minireset.css

Licence: mit
A tiny modern CSS reset

Programming Languages

javascript
184084 projects - #8 most used programming language
Sass
350 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to Minireset.css

Tinyreset
Tiny CSS reset for the modern web
Stars: ✭ 251 (-89.68%)
Mutual labels:  reset
Styled Reset
Eric Meyer's Reset CSS for styled-components
Stars: ✭ 305 (-87.46%)
Mutual labels:  reset
Vanilla Css
A minimal baseline stylesheet for any web project
Stars: ✭ 53 (-97.82%)
Mutual labels:  reset
django-reset-password
This project is an implementation example for reset password of django
Stars: ✭ 21 (-99.14%)
Mutual labels:  reset
goreset
Generates automatically a Reset() method
Stars: ✭ 28 (-98.85%)
Mutual labels:  reset
Destyle.css
Opinionated reset stylesheet that provides a clean styling slate for your project.
Stars: ✭ 499 (-79.49%)
Mutual labels:  reset
Reset Css
An unmodified* copy of Eric Meyer's CSS reset. PostCSS, webpack, Sass, and Less friendly.
Stars: ✭ 244 (-89.97%)
Mutual labels:  reset
Preset
A simple CSS preset for 2020
Stars: ✭ 146 (-94%)
Mutual labels:  reset
json-server-reset
Reset middleware for json-server
Stars: ✭ 13 (-99.47%)
Mutual labels:  reset
Koa Typescript
🚀️koa2 & typescript
Stars: ✭ 38 (-98.44%)
Mutual labels:  reset
Print-Reset-Tool
No description or website provided.
Stars: ✭ 18 (-99.26%)
Mutual labels:  reset
html5-kitchen-sink
🚰 Sample markup containing all HTML5 elements for jumpstarting/testing css
Stars: ✭ 290 (-88.08%)
Mutual labels:  reset
Boilerform
Boilerform is a little HTML and CSS boilerplate to take the pain away from working with forms.
Stars: ✭ 679 (-72.09%)
Mutual labels:  reset
vertical-rhythm-reset
A Sass/SCSS library for responsive vertical rhythm grids, modular scale typography, and CSS normalization.
Stars: ✭ 65 (-97.33%)
Mutual labels:  reset
Wipe.css
🚿 Dear Dev, stop suffering and resetting styles for every new project. Wipe.css is a library to reset default styles with some opinionated and great changes, that you'll love or not.
Stars: ✭ 106 (-95.64%)
Mutual labels:  reset
A11y Css Reset
A small set of global rules to make things accessible and reset default styling
Stars: ✭ 250 (-89.72%)
Mutual labels:  reset
Css Micro Reset
Minimal barebone CSS Reset
Stars: ✭ 353 (-85.49%)
Mutual labels:  reset
Core Reset
A CSS reset that reduces all elements to their most basic forms
Stars: ✭ 193 (-92.07%)
Mutual labels:  reset
Ress
🚿 A modern CSS reset
Stars: ✭ 1,739 (-28.52%)
Mutual labels:  reset
Bojler
Bojler is an email framework
Stars: ✭ 885 (-63.63%)
Mutual labels:  reset

minireset.css

npm npm

A tiny modern CSS reset that covers the basics:

  • resets the font sizes: so that using semantic markup doesn't affect the styling
  • resets the block margins: so that the spacing is only applied when you need it
  • resets tables: so that tabular data only takes the space it needs
  • preserves the inline paddings: so that buttons and inputs keep their default layout
  • sets the border-box box sizing: so that borders and paddings don't affect the set dimensions
  • sets responsive media elements: so that images and embeds scale with the browser width

Download/Install

Download the latest version

npm install minireset.css

Or clone the repo.

Options

It will be available in your modules directory in /node_modules/minireset.css/:

  • minireset.css: CSS rules
  • minireset.min.css: minified CSS rules (recommended for production sites)
  • minireet.sass: CSS rules written in SASS (recommended for SCSS/SASS projects)
  • minireset.css.lit.js: CSS rules exported as a CSSResult object for LitElement projects (recommended for Web Component projects based on LitElement)

CDN

GitHub CDN for minireset.min.css

Copyright and license

Code copyright 2019 Jeremy Thomas. Code released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].