Releases: alecrios/core-reset
Releases · alecrios/core-reset
v4.0.0
v3.0.0
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
v2.0.1
v2.0
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 ofcore.css
main.css
- added this file for a quick start