All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.0 (2023-02-14)
- FluidMS now uses Dart Sass, which requires the app using FluidMS to also use Dart Sass.
- run
npm installto update dependencies
- use native
clamp()function (28a2e60)
0.2.3 (2022-11-10)
- enable in shadow DOM (39d07df)
0.2.2 (2020-05-18)
0.2.1 (2020-05-04)
- comply with official else-if notation (41de11a)
0.2.0 (2020-02-03)
- the name of the
$msargument for thefluidms-font-size()mixin has changed to$font-sizeto make it more natural to use if a custom font-size is used. - rename
$FLUIDMS-GLOBAL-CONFIGto$FLUIDMS-CONFIGas the uppercase notation already indicates its global scope.