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
2.Add a `@css` block **just before** the `render` function (important)
74
+
2.`import css from 'css-constructor'`
75
75
76
-
3. Add `transform-decorators-legacy` as the first `plugin` in your `.babelrc` (already downloaded with 💄).
76
+
3. Add a `@css` block **just before** the `render` function (important)
77
+
78
+
4. Add `transform-decorators-legacy` as the first `plugin` in your `.babelrc` (already downloaded with 💄).
77
79
78
80
If you are not familiar with `babel plugins` you can follow the [detailed instructions here.](https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy#installation--usage)
0 commit comments