adaptlearning/adapt-contrib-vanilla

Column push / pull classes

Closed this issue ยท 1 comments

Subject of the enhancement

Now that we have columns, it would be useful to also have push and pull classes like with Bootstrap. These would be used to indent components by a certain number of columns from the left and/or right.

For example, col-push-md-1 would left indent a component by 1 column width for medium breakpoints and higher. For RTL, it would indent from the right instead.

Pull classes would work the other way. col-pull-md-1 would right indent a component by 1 column width for medium breakpoints and higher. For RTL, it would indent from the left instead.

I had a need for these classes in a recent project (see below), so I thought it may be useful to include in the Vanilla theme.

๐ŸŽ‰ This issue has been resolved in version 9.18.0 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€