five-for-the-future/themes/wporg-5ftf/css/utilities/_utilities.scss
Kelly Dwan e20a834cb0
Use columns block for the parallelogram style (#16)
This avoids the complex mutliply-nested blocks and makes the block style less reliant on a custom class. On mid-sized screens, we switch to plain horizontally-overlapping rectangles, and on small screens we stack the columns, and vertically-overlap.

Also, remove the parallelogram styles from the editor display. The skew and positioning don't work well in the editor context.
2019-10-03 15:09:06 -04:00

5 lines
79 B
SCSS

@import "colors";
@import "columns";
@import "paragraph";
@import "pullquote";