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
I've added @config "./tailwind.config.js"; directive, CSS variables with prefix --chakra is defined, global styles file is included on page, but it does not work for me. Class i use on root element is
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use latest version of https://github.com/tailwindlabs/tailwindcss-typography
And this is how my html looks like right now:
I want to change style to light version. How to do it?
I've tried to add next config, as described in docs, but it does not work:
I've added
@config "./tailwind.config.js";
directive, CSS variables with prefix--chakra
is defined, global styles file is included on page, but it does not work for me. Class i use on root element isWhat i missed?
Beta Was this translation helpful? Give feedback.
All reactions