csswizardry-grids icon indicating copy to clipboard operation
csswizardry-grids copied to clipboard

Simple, fluid, nestable, flexible, Sass-based, responsive grid system.

Results 45 csswizardry-grids issues
Sort by recently updated
recently updated
newest added

Hey @csswizardry, I wondered if you'd consider adding Travis CI to this repository so that any Pull Requests to this project could be automatically checked: - for syntax errors; -...

Looks like there is no information about SASS variables($push, $pull) in the documentation. Would be great if you can add it.

Hi, I included the .scss file in my project and I got the following error: DEPRECATION WARNING on line 153 of sass/initialize/partials/_csswizardry-grids.scss: Assigning to global variable "$class-type" by default is...

In some scenarios, classnames like `.grid` could already be taken in a given page. If these are not under your control, a namespacing feature would be helpful. This pull request...

Only 'min-width' media queries (mobile-first) with relative widths (ems). Added visually hidden mixin/classes. Breakpoints: phone landscape: 480px tablet portrait: 640px tablet landscape: 1024px desktop: 1280px

If you use the [grunt-wiredep](https://github.com/stephenplusplus/grunt-wiredep) task, you need the property main in your bower.json. "main" : "csswizardry-grids.scss" would be enough so wiredep can inject the .scss file in the main...

First of all say that i don't know if this is the proper usage of grid and grid__items, but i did it in that way because you can avoid unnecessary...

Hi Been trying to figure out if its possible to use both regular classes and silent classes. This is due to the reason that I think that @extend .classname becomes...

Using grid modifiers causes unnecessary selector bloat that quickly runs out of control if used frequently. [Gzip should solve this but I still think it is bad authoring to generate...