From 067c52cdaa812674daf5ec16348a73167c863864 Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Mon, 6 Sep 2021 16:17:09 +0200 Subject: [PATCH] Update readme --- Readme.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index c5993f9..88b0922 100644 --- a/Readme.md +++ b/Readme.md @@ -22,11 +22,8 @@ Opinionated [reset stylesheet](https://cssreset.com/what-is-a-css-reset/) that p $ npm install --save destyle.css ``` -Download: https://raw.githubusercontent.com/nicolas-cusan/destyle.css/master/destyle.css - -## Browser support - -Support modern browsers only (bye bye IE). +- Download: https://raw.githubusercontent.com/nicolas-cusan/destyle.css/master/destyle.css +- CDN: https://classic.yarnpkg.com/en/package/destyle.css ## Usage @@ -79,8 +76,7 @@ If you need to create styles for tags generated by a CMS or markdown wrap them i ## 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` are affected by `appearance: none` but are not completely destyled (varies depending on the browser). +- `range` & `color` inputs 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). ## Examples