Skip to content

Commit d5e71e5

Browse files
author
James Kolce
committed
[fix: #249] Add note about browser compatibility
1 parent 3e2b505 commit d5e71e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The core of the framework only includes styles for native HTML elements. Compone
1010

1111
Concise CSS is written using a custom CSS preprocessor, built on top of Sass and some PostCSS plugins; this means that you can still write Sass code as usual, but you can also enjoy of other custom features, like the `lh` unit provided to handle vertical rhythm.
1212

13+
**Browser Compatibility:** Since the core of of Concise CSS only includes general normalization styles, it should work with no problems on IE>9. Add-ons like Concise UI use Flexbox, so they will only work on modern browsers (including IE>11|Edge). If you find a problem with certain browser let us know and we will try to fix it.
14+
1315
## Installation
1416

1517
There are 3 different options to install Concise CSS in your website, although the recommended way is to use NPM.

0 commit comments

Comments
 (0)