Skip to content

General Rework of the Grid System

Latest

Choose a tag to compare

@BelleNottelling BelleNottelling released this 31 Jan 00:11
· 16 commits to main since this release
d00b30d

Functional Rework

Version 2.0.0 is a functional rework and as such behaves differently compared to version 1.0.0 or the original Simple Grid project. The following changes have been performed:

  • Changed how the breakpoints work. It now behaves like bootstrap.
  • Added in more breakpoints.
  • Changed to flex display.
  • The columns and rows no longer have any default padding or margin applied to them and will always use 100% of the space available to them.
  • Added a new col tag to enable automatic column sizing.
  • Removed the existing utilities.
  • Added in classes to mimic Bootstrap's placement classes (margin, padding, and gap).