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)
63
63
64
-
3. Add `transform-decorators-legacy` to `plugins` in `.babelrc` (Already downloaded with 💄)
64
+
3. Add `transform-decorators-legacy` as the first `plugin` in your `.babelrc`. It is already downloaded with 💄;
65
+
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)
65
66
66
67
You can start using this right away. Even though 💄 is in `BETA`, the `@css` block will always look the same.
0 commit comments