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
Most of those classes, including sticky, are not making it to the final build. If I manually add them after, they have no effect. I suspect the associated tailwind classes are not making it into the final product. Since I'm already digging into many things in the other toolbar improvements, IMO makes sense to defer this to when I re-evaluate and adjust all styles in the design sprint. Next steps, I'd look at:
How tailwind pre-processor is setup
How cn and withCn work
Whether radix components are playing a role
Whether other CSS packages I have are playing a role (emotion?)
The text was updated successfully, but these errors were encountered:
I attempted to do this in #103 but realized, it should already be doing this based on my Toolbar file:
Most of those classes, including
sticky
, are not making it to the final build. If I manually add them after, they have no effect. I suspect the associated tailwind classes are not making it into the final product. Since I'm already digging into many things in the other toolbar improvements, IMO makes sense to defer this to when I re-evaluate and adjust all styles in the design sprint. Next steps, I'd look at:cn
andwithCn
workThe text was updated successfully, but these errors were encountered: