Skip to content

classes for hiding content needed in core #640

@teson2000

Description

@teson2000

there's no way to add classes outside of pure allowing easy hiding of content.

pure.css and -responsive.css could easily be extended with ..

.pure-u-md-0-0 {
    display: none;
}

and respectively. base class in pure.css also needs this extension. Probably after 24-24?

This would allow easy hiding of content as in
<div class="pure-u-0-0 pure-u-sm-2-5 pure-u-md-0-0 pure-u-lg-5-5"><p>hide'n'seek</p></div>

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