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;
}
Lightweight css grid (Without device control, yet!).
Lightweight css grid.
Ensure the existence of instruction box-sizing: border-box;
in your project.
:root {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
Lightweight css grid (Without device control, yet!).
https://brunowego.github.io/gridit/