All Projects → filipelinhares → Ress

filipelinhares / Ress

Licence: mit
🚿 A modern CSS reset

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to Ress

Reseter.css
Reseter.css - A Futuristic CSS Reset/Normalizer
Stars: ✭ 225 (-87.06%)
Mutual labels:  reset
html5-kitchen-sink
🚰 Sample markup containing all HTML5 elements for jumpstarting/testing css
Stars: ✭ 290 (-83.32%)
Mutual labels:  reset
Boilerform
Boilerform is a little HTML and CSS boilerplate to take the pain away from working with forms.
Stars: ✭ 679 (-60.95%)
Mutual labels:  reset
A11y Css Reset
A small set of global rules to make things accessible and reset default styling
Stars: ✭ 250 (-85.62%)
Mutual labels:  reset
Print-Reset-Tool
No description or website provided.
Stars: ✭ 18 (-98.96%)
Mutual labels:  reset
json-server-reset
Reset middleware for json-server
Stars: ✭ 13 (-99.25%)
Mutual labels:  reset
Core Reset
A CSS reset that reduces all elements to their most basic forms
Stars: ✭ 193 (-88.9%)
Mutual labels:  reset
Vanilla Css
A minimal baseline stylesheet for any web project
Stars: ✭ 53 (-96.95%)
Mutual labels:  reset
resetusb
List USB devices and reset a USB device from the command line
Stars: ✭ 79 (-95.46%)
Mutual labels:  reset
Destyle.css
Opinionated reset stylesheet that provides a clean styling slate for your project.
Stars: ✭ 499 (-71.31%)
Mutual labels:  reset
Tinyreset
Tiny CSS reset for the modern web
Stars: ✭ 251 (-85.57%)
Mutual labels:  reset
django-reset-password
This project is an implementation example for reset password of django
Stars: ✭ 21 (-98.79%)
Mutual labels:  reset
Styled Reset
Eric Meyer's Reset CSS for styled-components
Stars: ✭ 305 (-82.46%)
Mutual labels:  reset
Reset Css
An unmodified* copy of Eric Meyer's CSS reset. PostCSS, webpack, Sass, and Less friendly.
Stars: ✭ 244 (-85.97%)
Mutual labels:  reset
Bojler
Bojler is an email framework
Stars: ✭ 885 (-49.11%)
Mutual labels:  reset
Minireset.css
A tiny modern CSS reset
Stars: ✭ 2,433 (+39.91%)
Mutual labels:  reset
goreset
Generates automatically a Reset() method
Stars: ✭ 28 (-98.39%)
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 (-93.9%)
Mutual labels:  reset
Koa Typescript
🚀️koa2 & typescript
Stars: ✭ 38 (-97.81%)
Mutual labels:  reset
Css Micro Reset
Minimal barebone CSS Reset
Stars: ✭ 353 (-79.7%)
Mutual labels:  reset

A brunch and the ress name

Modern CSS reset

Build Status Size npm

Installation

npm install --save ress

or

bower install --save ress

Features

  1. Apply box-sizing: border-box; in all elements.
  2. Reset padding and margin in all elements.
  3. Specify background-repeat: no-repeat in all elements and pseudo elements.
  4. Inherit text-decoration and vertical-align to ::before and ::after.
  5. Remove the outline when hovering in all browsers.
  6. Specify font-family: monospace in code elements.
  7. Reset border-radius in input elements.
  8. Specify font inheritance of form elements.
  9. Remove the default button styling in all browsers.
  10. Specify textarea resizability to vertical.
  11. Apply cursor: pointer to button elements.
  12. Apply tab-size: 4 in html.
  13. Style select like a standard input.
  14. Style cursor by aria attributes.

Crossbrowser

ress uses Normalize.css under the hood with some customizations to apply a solid base to start your stylesheet.

Browser support

Inherit from Normalize

CDN

unpkg

https://unpkg.com/ress/dist/ress.min.css

RawGit

# Production
https://cdn.rawgit.com/filipelinhares/ress/master/dist/ress.min.css

# Development
https://rawgit.com/filipelinhares/ress/master/dist/ress.min.css

License

MIT © Filipe Linhares

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].