All Projects → alecrios → Core Reset

alecrios / Core Reset

Licence: mit
A CSS reset that reduces all elements to their most basic forms

Labels

Projects that are alternatives of or similar to Core Reset

A11y Css Reset
A small set of global rules to make things accessible and reset default styling
Stars: ✭ 250 (+29.53%)
Mutual labels:  reset
json-server-reset
Reset middleware for json-server
Stars: ✭ 13 (-93.26%)
Mutual labels:  reset
Koa Typescript
🚀️koa2 & typescript
Stars: ✭ 38 (-80.31%)
Mutual labels:  reset
vertical-rhythm-reset
A Sass/SCSS library for responsive vertical rhythm grids, modular scale typography, and CSS normalization.
Stars: ✭ 65 (-66.32%)
Mutual labels:  reset
html5-kitchen-sink
🚰 Sample markup containing all HTML5 elements for jumpstarting/testing css
Stars: ✭ 290 (+50.26%)
Mutual labels:  reset
Css Micro Reset
Minimal barebone CSS Reset
Stars: ✭ 353 (+82.9%)
Mutual labels:  reset
Reseter.css
Reseter.css - A Futuristic CSS Reset/Normalizer
Stars: ✭ 225 (+16.58%)
Mutual labels:  reset
Ress
🚿 A modern CSS reset
Stars: ✭ 1,739 (+801.04%)
Mutual labels:  reset
goreset
Generates automatically a Reset() method
Stars: ✭ 28 (-85.49%)
Mutual labels:  reset
Bojler
Bojler is an email framework
Stars: ✭ 885 (+358.55%)
Mutual labels:  reset
django-reset-password
This project is an implementation example for reset password of django
Stars: ✭ 21 (-89.12%)
Mutual labels:  reset
resetusb
List USB devices and reset a USB device from the command line
Stars: ✭ 79 (-59.07%)
Mutual labels:  reset
Destyle.css
Opinionated reset stylesheet that provides a clean styling slate for your project.
Stars: ✭ 499 (+158.55%)
Mutual labels:  reset
Tinyreset
Tiny CSS reset for the modern web
Stars: ✭ 251 (+30.05%)
Mutual labels:  reset
Vanilla Css
A minimal baseline stylesheet for any web project
Stars: ✭ 53 (-72.54%)
Mutual labels:  reset
Reset Css
An unmodified* copy of Eric Meyer's CSS reset. PostCSS, webpack, Sass, and Less friendly.
Stars: ✭ 244 (+26.42%)
Mutual labels:  reset
Styled Reset
Eric Meyer's Reset CSS for styled-components
Stars: ✭ 305 (+58.03%)
Mutual labels:  reset
Preset
A simple CSS preset for 2020
Stars: ✭ 146 (-24.35%)
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 (-45.08%)
Mutual labels:  reset
Boilerform
Boilerform is a little HTML and CSS boilerplate to take the pain away from working with forms.
Stars: ✭ 679 (+251.81%)
Mutual labels:  reset

Core Reset

A CSS reset that reduces all elements to their most basic forms.

CSS normalization is important to reduce inconsistencies between browsers. However, with this method alone, the developer is still tasked with overwriting opinionated values from the user agent stylesheet. A proper reset removes arbitrary values so that these default styles can be easily overwritten with minimal code, and anything not overwritten simply falls back to a non-arbitrary value. With this approach, all subjective styling is opt-in and every aspect of the end result is intentional.

Features

  • Intuitive box-sizing
  • System font stack
  • Cross-browser normalization
  • Zeroed-out margin and padding
  • Non-arbitrary values throughout

Installation

npm install core-reset
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].