You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
@@ -83,11 +84,24 @@ CSS-in-JS-in-HTML is a JavaScript library which permits you to apply CSS propert
83
84
<!-- GETTING STARTED -->
84
85
## Getting Started
85
86
87
+
### Prerequisites
86
88
89
+
The followed prerequisites are the minimum requirements to use the library. The library may work with older browsers with the polyfills but it's not guaranteed (and recommended).
87
90
88
-
### Prerequisites
91
+
__Modern browers__
92
+
- Chrome 9+
93
+
- Edge 12+
94
+
- Firefox 6+
95
+
- Safari 5.1+
96
+
- Opera 12.1+
89
97
98
+
__Browsers for mobile__
99
+
- IOS Safari 5.1+
100
+
- UC Browser for Android 11
101
+
- Firefox for Android 49
90
102
103
+
__Older browsers__
104
+
- IE10+
91
105
92
106
### Installation
93
107
@@ -99,16 +113,14 @@ CSS-in-JS-in-HTML is a JavaScript library which permits you to apply CSS propert
99
113
```
100
114
101
115
2. Add one line of CSS to hide the page while building (and permits to hide elements with hidden attribute)
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
136
+
#### (Optional) Add polyfills
137
+
138
+
Some polyfills are required to make the library work on older browsers (IE9 and above). You can add them by importing the following file in your HTML file.
0 commit comments