avalanche
avalanche copied to clipboard
Superclean, powerful, responsive, Sass-based, BEM-syntax CSS grid system
Hi i try to add avalanche to my typescript react project i have install it with ``` npm install --save avalanche-css ``` but when i try to use it inside...
SASS currently treats / as a division operation in some contexts and a separator in others. This makes it difficult for Sass users to tell what any given / will...
Proof of concept for #24 with an `$av-enable-debug` flag to show the current breakpoint.
Can't find any nested grid samples. Confused with .grid/grid__cell usage in that scenario. Please help.
In response to a [tweet](https://twitter.com/igamanstudio/status/707212407404371969) - would anyone find responsive gutter classes like `.grid--small--portable` useful? Currently, Avalanche has `.grid--small` etc where the gutter width can be modified for a grid...
Hey, While working with the grid I ran into a situation where toggling from a width-based grid to an automatic grid at a breakpoint made sense. Would you be interested...
Enable CodeClimate (or similar service) to help sanitise PRs and automate the code review process.
Add an optional dev feature where the current breakpoint is shown in the corner of the browser window to aid understanding of grid condition. Inspired by sass-mq.