gridlex
gridlex copied to clipboard
Just a CSS Flexbox Grid System
Bumps [node-sass](https://github.com/sass/node-sass) from 4.5.3 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Really loving this grid so far! However I'm wondering, Is there any way to accomplish something like the following? ```html Content ``` Thanks alot!
I love [Gridlex' "complex grid" example](https://gridlex.devlint.fr/#complex-grid) with its two-dimensional layout leveraging `equalHeight` and the `grid-column`. But I noticed that columns start overlapping once they hit some lower-screenwidth breakpoint, see this...
Issues raised have not been acknowledged for almost a year. Grid seems a winner otherwise.
Adding extra items in the `` within a `grid-equalHeight` does not seem to work. The content will become 100VH somehow. This is working: ``` Adipiscing Sem Ultricies Nibh Sit Aenean...
Hi, I have noticed that there is a collisions with class names when using gird. I have changed the grid name to show as row $gl-gridName: 'row'. Let's say that...
Hi there! Is there a way to create a variation of the grid that allows me to quickly change the gutter width? For example .grid-gutterSm, .grid-gutterMd, etc... This would be...
Hi, I recently read this article abouts the css selectors based on regular expressions: https://github.com/CSSLint/csslint/wiki/Disallow-selectors-that-look-like-regular-expressions It seems all the selectors [class*="..."] you use in your code cost a lot for...
Hi, Would you please add RTL(Right to Left) feature. Because most of the websites need RTL for Farsi language. We are waiting for RTL from Gridlex.