Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelinhares committed Sep 27, 2019
1 parent 6962367 commit e359aa3
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.sass-cache
.DS_Store
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [v2.0.0]
:tada: Update with the latest version of Normalize.

### Added:
- Fill `svg` with the current color when `fill` is not set
- `tab-size: 4` to `html`
- **[N]** Set `text-transform: none` for `button`
- **[N]** `outline-offset: -2px` to `[type="search"]`
- **[N]** Correct `legend` style
- **[N]** `height: 0` to `hr`
- **[N]** `width: 0` to `[type="number"]::-webkit` spin button

### Removed:
- **[N]** Unnecessry normalization for general element
- **[N]** `text-decoration-skip` from `a`.
- **[N]** `color: inherit` from form elements
- `overflow-y: scroll` in `html`
- **[N]** `width: auto` from `[type="number"]`
- `audio:not([controls])`
- `::selection` normalization

### Changed:
- **[N]** `border-style: none` instead of 0 for `moz-focus`.
- **[N]** `abbr[title]` style from `border-bottom` to `text-decoration`

**[N]**_ormalize updates._

## [v1.2.2]
- Also set `background-repeat: no-repeat` to pseudo elements (#14)

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ bower install --save ress
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.
15. Hide content from screens but not screenreaders.

## Crossbrowser
**ress** uses [Normalize.css](https://github.com/necolas/normalize.css) under the hood with some customizations to apply a solid base to start your stylesheet.
Expand Down
5 changes: 2 additions & 3 deletions dist/ress.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ress",
"version": "1.2.2",
"version": "2.0.0",
"description": "A modern CSS reset",
"author": "Filipe Linhares",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ress.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* ress.css • v1.2.2
* ress.css • v2.0.0
* MIT License
* github.com/filipelinhares/ress
*/
Expand Down

0 comments on commit e359aa3

Please sign in to comment.