-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Having the ability to apply CSS properties on breakpoint is great like with fs-m-around
but there are some classes missing for the following individual property value pairs.
- flex-wrap: nowrap;
- flex-wrap: wrap;
- flex-direction: row;
- flex-direction: column;
- display: flex;
- display: grid;
- display: initial;
- display: block;
- display: inline-block;
- justify-items: stretch;
- justify-items: center;
- justify-items: start;
- justify-items: end;
- justify-items: normal;
- justify-items: flex-end;
- justify-items: flex-start;
Make sure to add these to documentation and check for others that are already in the code but not in documentation like:
- fs-content-middle
- fs-content-stretch
- fs-content-bottom
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request