move browser support up

This commit is contained in:
Nicolas Cusan
2019-01-10 21:51:32 +01:00
parent d87ac3215b
commit 920a76055a

View File

@@ -26,6 +26,15 @@ $ npm install --save destyle.css
Download: https://raw.githubusercontent.com/nicolas-cusan/destyle.css/master/destyle.css
## Browser support
- Chrome
- Edge
- Firefox ESR+
- Internet Explorer 10+
- Safari 8+
- Opera
## Usage
Include `destyle.css` in the `head` of your HTML file before your main stylesheet.
@@ -61,15 +70,6 @@ If you need to create styles for tags generated by a CMS or markdown wrap them i
<div class="type">{{ generatedMarkup }}</div>
```
## Browser support
- Chrome
- Edge
- Firefox ESR+
- Internet Explorer 10+
- Safari 8+
- Opera
## Example
An `h1` might need to be bold & large in some context (at the top of a text page) but might be small and inconspicuous in others (on a settings page in an app).