Skip to content

Responsive grid hidden back to visible #577

@enzotrompeneers

Description

@enzotrompeneers

I wanted to hide an element and remove the spacing:
class="sm:hidden"
-> .hidden {display: none;}
To show an element back I tried:
class="md:visible"
-> .visible {visible: visible;}
But I needed:
-> display: flex;

I wanted to show the element so I thought about the class visible but needed:
class="md:flex"
-> .flex {display: flex;}

I would put in the documentation next to hidden that you can make it visible back with the flex class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions