Skip to content

v1.3.0

Compare
Choose a tag to compare
@selfishprimate selfishprimate released this 21 Feb 20:56
  • Important Note: Because LibSass and the packages built on it, including Node Sass, are deprecated, Gerillass will no longer support LibSass since v1.3.0 Read more about the issue
  • Updated: The usage of division outside of calc() has been updated for the future versions of Dart Sass. Deprecated codes have been replaced with math.div() method. Updated mixins and functions are as follows: background-dots, ratio-box, responsive-video, triangle, clear-unit, convert-to-em, remify.
  • Added: @use "sass:math"; at rule has been added at the top of gerillass.scss and gerillass-prefix.scss files in order to be able to use math.div() method.