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; }); |
Noticed
sm:pb0etc does not work. Looks like an oversight in setting up the classesStacks/lib/atomic/spacing.less
Lines 210 to 224 in 64f0bf2