Skip to content

Add Direction to Utility Classes? #20

@naher94

Description

@naher94

Is there a way to update this do also do “down” like the breakpoint mixin?

Responsive utility classes
Unprefixed classes apply at all sizes; prefixed classes apply at that breakpoint and above.

<!-- Full width by default, half at md and up -->
<div class="scaffold-grid-span-full md:scaffold-grid-span-half">...</div>

<!-- Stacked on mobile, row at md and up -->
<div class="scaffold-flex scaffold-flex-col md:scaffold-flex">...</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    designfeatureNew feature developmentlibraryRelates to the core css library

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions