gridit
v0.0.1
Published
Lightweight css grid.
Readme
Grid It!
Lightweight css grid.
Requirements
Ensure the existence of instruction box-sizing: border-box; in your project.
:root {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}