Skip to content

Missing Classes for Flex and other CSS Properties on breakpoint #2

@Brockenstein

Description

@Brockenstein

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions