Core Reset Versions Save

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

v4.0.0

5 years ago

v3.0.0

6 years ago

Working to make the reset even less arbitrary. There are no longer any defined pixel values or color values.

Previously, there was a 1px black border on elements like text input, textarea, buttons, hr, table, etc. The borders are now all gone. Links also used to be set to be black – now set to currentColor.

There is also a change with the display of input elements, and other miscellaneous changes.

v2.0.2

7 years ago
  • Fixed specificity issues with input reset

v2.0.1

7 years ago
  • on the reset, changed font-weight and font-style to inherit instead of normal

v2.0

7 years ago

core.css

  • added a system font stack
  • switched to universal selector (*) instead of listing elements on main rule
  • added ability to float a row (.row.left, .row.right)
  • restricted max-width helper classes to apply only to rows (tighter scope)
  • made the .xs-12 styling default on .col
  • changed placeholder text color from #777 to #7f7f7f
  • removed rule forcing table to be 100% width
  • removed :focus reset
  • improved formatting, reordered styles, added comments

index.html

  • updated to reference core.min.css instead of core.css

main.css

  • added this file for a quick start

v1.1

7 years ago

Trimmed some fat, saved about 50 bytes on the minified version.

v1.0

7 years ago

Here's the first version of Core. All the functionality of the reset and the grid system are in place.