penthouse
penthouse copied to clipboard
fix colon escape
Tailwind extensively uses classes that contain colons an actually are valid for css. But they need to be escaped with colon (:
) in css. For example, I got a problem with class "xxl:-mb-24", which in css file is represented as this selector: ".xxl:-mb-24".