2.0.3 • Published 7 years ago

blanq-slate v2.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

BlanqSlate

A simple CSS reset that includes removal of default input styling.

BlanqSlate is designed to make it easier for you to start writing your own styles. Its main purpose is to normalize element styles across browsers and remove opinionated styles like font sizes, margins and padding. Some key features include:

  • Sets border-box box sizing on all elements
  • Removes default margins and padding
  • Sets all font sizes to base browser size
  • Sets responsive media elements
  • Resets table spacing
  • Normalizes styling for button and input elements
  • Fixes many browser-specific display bugs

Inspired by MiniReset.css and Bootstrap Reboot.

Install

npm install blanq-slate

Or download/clone the repo.

Usage

Include full or minified version:

<link rel="stylesheet" href="blanq-slate.css">
<link rel="stylesheet" href="blanq-slate.min.css">

Elements Page

You can view a page of all HTML elements to see the effects of BlanqSlate by cloning the repo and opening index.html in a browser.

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago