Skip to content

Releases: DeloitteAU/DDBreakpoints

v2.0.4 - Sass Dart 2.0 compatibility

16 Aug 01:01
Compare
Choose a tag to compare

Removed the use of a / b for division and replaced with math.div(a, b) in order to support Sass Dart 2.0 and future released due to the deprecation of /

Sass Modules Support

07 May 23:23
Compare
Choose a tag to compare

Adds Sass Modules support for DDBreakpoints - this is a breaking change in order to support the new modular approach for Sass, so see the readme for more details.

Updated defaults for SCSS

12 Feb 21:37
ff6c2eb
Compare
Choose a tag to compare

Updated the defaults to allow for easier addition/removal of breakpoints when you add the variables prior to including the dd.breakpoints.scss file.

1.1.1 Added Less and UMD support

21 Feb 04:49
Compare
Choose a tag to compare