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
This is a major version : anterior versions to 0.2 used an old mechanism
to retrieve group of styles in class attributes. Nowadays, regular
expressions are used instead.
Copy file name to clipboardExpand all lines: README.md
+6-32Lines changed: 6 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@ CSS-in-JS-in-HTML is a JavaScript library which permits you to apply CSS propert
86
86
87
87
### Prerequisites
88
88
89
+
> ⚠️ The following prerequisites were tested with the version 0.1.6 of the library and not the current version. However, the compatibility should be the same.
90
+
89
91
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).
90
92
91
93
__Modern browers__
@@ -107,53 +109,27 @@ __Older browsers__
107
109
108
110
#### From CDN
109
111
110
-
1. Import `index.min.js` (or `index.js`) in your HTML file
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