Releases: colourgarden/avalanche
Releases · colourgarden/avalanche
1.3.1
Fixes issue with Sass no longer compiling escaped class names beginning with a number.
When escaping a numeral in Sass, a space is inserted after the escaped character. This breaks a CSS class name.
1.3.0
1.2.0
Introducing new variables to enable use of BEVM naming convention.
- Element name (
cell
by default) can now be modified independently of global namespace (grid
) - Class chain separators for element, modifier and breakpoint can now be set individually. Changing modifier to
'.-'
enables use of BEVM variation classes likegrid -center
rather thangrid--center
Thanks for @willemvb for initial idea and groundwork.
1.1.2
Fixing numerator escaping. Check for presence of a namespace and, if so, skip over escaping the numerator. Previously, class names were being unnecessarily escaped when using a namespace e.g. “.col-\31-of-2”. Also fixed small comment typo.
1.1.1
- Adding a unit to the font-size: 0 whitespace remover a unit so that IE8 ignores it and still shows the content.
1.1.0
- Pre-compiled, minified CSS file with 12-column grid and all grid layouts added so project can be added to CDNJS
- escapeNumerator function written to make sure that all digits are escaped in multi-digit fraction classes. Previously, with 10/12, only the 1 of 10 would be escaped meaning the class wasn't correctly read
1.0.1
Update README for Bower and NPM