Skip to content

Releases: alecrios/core-reset

v4.0.0

18 Jan 07:36
Compare
Choose a tag to compare

v3.0.0

14 Jun 06:11
Compare
Choose a tag to compare

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

07 May 07:05
Compare
Choose a tag to compare
  • Fixed specificity issues with input reset

v2.0.1

16 Apr 08:51
Compare
Choose a tag to compare
  • on the reset, changed font-weight and font-style to inherit instead of normal

v2.0

09 Apr 06:03
Compare
Choose a tag to compare

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

08 Oct 21:58
Compare
Choose a tag to compare

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

v1.0

04 Oct 04:43
Compare
Choose a tag to compare

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