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
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,8 @@ A `transform` is a function that can modify the css just before it is loaded int
246
246
This function will be called on the css that is about to be loaded and the return value of the function will be loaded into the page instead of the original css.
247
247
If the return value of the `transform` function is falsy, the css will not be loaded into the page at all.
248
248
249
+
> :Warning: In case you are using ES Module syntax in `tranform.js` then, you **need to transpile** it or otherwise it will throw an `{Error}`.
0 commit comments