mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-01 09:02:54 +02:00
move browser support up
This commit is contained in:
18
Readme.md
18
Readme.md
@@ -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).
|
||||
|
Reference in New Issue
Block a user