mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-08-30 16:30:01 +02:00
Update readme
This commit is contained in:
committed by
Nicolas Cusan
parent
d02cf323e8
commit
067c52cdaa
10
Readme.md
10
Readme.md
@@ -22,11 +22,8 @@ Opinionated [reset stylesheet](https://cssreset.com/what-is-a-css-reset/) that p
|
|||||||
$ npm install --save destyle.css
|
$ npm install --save destyle.css
|
||||||
```
|
```
|
||||||
|
|
||||||
Download: https://raw.githubusercontent.com/nicolas-cusan/destyle.css/master/destyle.css
|
- Download: https://raw.githubusercontent.com/nicolas-cusan/destyle.css/master/destyle.css
|
||||||
|
- CDN: https://classic.yarnpkg.com/en/package/destyle.css
|
||||||
## Browser support
|
|
||||||
|
|
||||||
Support modern browsers only (bye bye IE).
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -79,8 +76,7 @@ If you need to create styles for tags generated by a CMS or markdown wrap them i
|
|||||||
|
|
||||||
## Caveats
|
## Caveats
|
||||||
|
|
||||||
- `select` elements are not completely destyled by `appearance: none` (varies depending on the browser). You can find a good guide for custom styling `select`s [here](https://www.filamentgroup.com/lab/select-css.html).
|
- `range` & `color` inputs are affected by `appearance: none` but are not completely destyled (varies depending on the browser).
|
||||||
- `range`, `color` are affected by `appearance: none` but are not completely destyled (varies depending on the browser).
|
|
||||||
- `button` elements that have a fixed `height` will center its content vertically (can not be reset).
|
- `button` elements that have a fixed `height` will center its content vertically (can not be reset).
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
Reference in New Issue
Block a user