Skip to content

Responsive class .pb0 does not work  #1653

@abovedave

Description

@abovedave

Noticed sm:pb0 etc does not work. Looks like an oversight in setting up the classes

// $$ Right Padding
#stacks-internals #build-classes(
responsive,
'.pr', { .template(@value) { padding-right: var(~"--su@{value}") !important; } },
1 2 4 6 8 12 16 24 32 48 64 96 128
);
// $$ Bottom Padding
#stacks-internals #build-classes(
responsive,
'.pb', { .template(@value) { padding-bottom: var(~"--su@{value}") !important; } },
1 2 4 6 8 12 16 24 32 48 64 96 128
);
#stacks-internals #responsify('.pr0', { padding-right: 0 !important; });

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA reproducible problem with the Stacks code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions