sass-magics

🧙🏼‍♀️ Sass magic helper. ✨ 一个功能丰富的 Sass 魔法助手,编写Sass更加便捷、优雅。

MIT License

Downloads
41
Stars
2

Bot releases are visible (Hide)

sass-magics - v1.0.3

Published by Meqn 3 months ago

1.0.3 (2024-07-12)

🐛 Bug Fixes

  • validator: ensure is-color function handles additional color formats (9abac36)
sass-magics - v1.0.2 Latest Release

Published by Meqn 3 months ago

1.0.2 (2024-07-12)

🐛 Bug Fixes

  • readme: correct [@use](https://github.com/use) syntax in example (481361a)
  • triangle: replace division with math.div for border-width (a34096b)
  • validator: enhance color validation to include var(--color) (6d88816)
sass-magics - v1.0.1

Published by Meqn 11 months ago

1.0.1 (2023-11-28)

🐛 Bug Fixes

  • List-splice insertion position and separator and other issues (044e038)
  • The is-color() condition is incorrect (91231b4)

🌟 Performance

  • Add default values for join-unit() parameters (87c2e40)
sass-magics - v1.0.0

Published by Meqn 11 months ago

1.0.0 (2023-11-27)

🚀 Features

  • ✨ add ellipsis (3eb4836)
  • ✨ add media-queries (5acaf62)
  • ✨ add themes (c1cee9a)
  • Add useTheme mixin (7551666)
  • Add $order parameter for quick-sort() (0ad6b1b)
  • Add ellipsis/triangle mixins (9ba59e1)
  • Add flex/position/inline centering style (170f81b)
  • Add is-color function (dbe820f)
  • Add jest configration & dirs (cc5640f)
  • Add List function(each&quick-sort) (074eb17)
  • Add map-extend($args...) (52e3c21)
  • Add minxis (ellipsis,triangle) (9c5bb83)
  • Add mq-mixin & update breakpoints (c57bcef)
  • Add selector mixin (4c61feb)
  • Add string-replace function (5ea0e40)
  • Add unit handing functions(strip-unit/join-unit/px2rem...) (3e976b8)
  • Extend list module, including remove,insert,extend,reverse (2354c55)
  • Extend list module, including sub/subset/splice (6a63ada)

🐛 Bug Fixes

  • Callback type of list-each() must be function (048fb50)
  • Import map path error (93573b9)

🌟 Performance

  • Optimize breakpoints for private & support replacement (7d0d26a)
  • Optimize directory structure (36a2913)
  • Optimize map document (07124c2)
  • Optimize str-replace function parameters (fc65c4d)
  • Optimize useThemeVar() parameters name (2b1c637)
  • update breakpoints (9456d2b)
  • Update list-sort() & map-sort() (fec46a0)