sass-planifolia

Vanilla Sass helper functions
git clone https://git.ce9e.org/sass-planifolia.git

commit
1f46b7316ba04cbd3063a6c212d04bb522f04363
parent
c888e73217c7698b8e04fba47313bfe5713fd79c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-05-03 22:42
update CHANGES

Diffstat

M CHANGES.md 14 ++++++++++++++

1 files changed, 14 insertions, 0 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,17 @@
   -1     1 1.0.0 (unreleased)
   -1     2 ------------------
   -1     3 
   -1     4 - drop support for eyeglass
   -1     5 - drop support for bower
   -1     6 - drop support for libsass
   -1     7 - drop clearfix module because it is no longer relevant
   -1     8 - drop grid module because it is no longer relevant
   -1     9 - drop math module because it can be replaced by the builtin `sass:math`
   -1    10 - remove prefixes from most functions because they can be replaced with
   -1    11   namespaces (`@use`)
   -1    12 - fix deprecation warnings with dart sass (thanks to Jonas Hvid)
   -1    13 
   -1    14 
    1    15 0.6.0 (2018-04-08)
    2    16 ------------------
    3    17