css-gridish
css-gridish copied to clipboard
Automatically build your grid design’s CSS Grid code, CSS Flexbox fallback code, Sketch artboards, and Chrome extension.
A gentle request: At the risk of revealing my ignorance, is there a step-by-step setup guide and further is there a guide for integrating this Visual Studio Code? Thank you.
Here's the error I've been getting: ```bash events.js:183 [0] throw er; // Unhandled 'error' event [0] ^ [0] Error: src/scss/_functions.scss [0] Error: index out of bounds for `nth($list, $n)` [0]...
It adds an extra `-` to the prefixing of class name so it is consistent with Carbon's prefixing standards. This is so that the `$prefix` value is respected in the...
Hi, I've just started using Gridish and it seems like a great tool! One thing though, when selecting `--fixed-columns`, I expected my Grid would stick to the specified number of...
This has been released on NPM as a beta release for several months now. See the beta release for notes: https://github.com/IBM/css-gridish/releases/tag/v2.0.0-beta.1
Adds offset helper classes `.#{$prefix}-grid__offset--[x]` to complement helper classes for columns. For example the following: ```html Element ``` Would use the these rules for CSS grid: ```scss .bx-grid__offset--sm--4.bx-grid__col--sm--4 { grid-column:...
Hi @seejamescode Wondering why we don't create a class for the last breakpoint? Thanks! https://github.com/IBM/css-gridish/blob/c5f16a541df485fa833f8f50299bd6a3f290a142/src/scss/_mixins.scss#L43
With such settings, I cannot enter polish characters like `ł`. Look how uBlock origin does it: `LAlt + Z` to select element. `RAlt + Z` does not trigger anything.
Looking at page chrome://extensions/shortcuts in chrome, does not show that this extensions using shorcuts like `RAlt + L`.
`.yourPrefix--fluid-rows` has been really helpful on tablet and desktop. However, on mobile I tend to want content to not have white space below it from the fluid rows because it...