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
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.
-
The
/
in the width/height fractional classes are not valid for HAML classes; i.e..w-full.h-1/2
would not build.There is a work around,
.w-full{ class: 'h-1/2' }
, but that's not a very elegant solution and kind of defeats the purpose of using HAML.It would be nice if there was an option to change the
/
similar to the already existingseparator
option for changing the:
.I also found a Stack Overflow question about this same issue.
Beta Was this translation helpful? Give feedback.
All reactions