diff --git a/Readme.md b/Readme.md index 27679e3..efa93ba 100644 --- a/Readme.md +++ b/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
{{ generatedMarkup }}
``` -## 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).