Closed cr0ybot closed 2 years ago
Remove redundant block-container utility in favor of a mixin.
block-container
Everywhere block-container was in use, the content class was already present.
content
This also builds out some more useful mixins in the layout tool:
container
align
@philhoyt I know I was supposed to be migrating the blocks task to gulp-wp but I found some unfinished, uncommitted edits and I wanted to get those merged first.
Remove redundant
block-container
utility in favor of a mixin.Everywhere
block-container
was in use, thecontent
class was already present.This also builds out some more useful mixins in the layout tool:
container
: handles inline paddingalign
: handles alignmentblock-container
: combines the above in the same way the oldblock-container
class did