Skip to content

v0.1.21

Compare
Choose a tag to compare
@MatteuSan MatteuSan released this 08 Mar 07:38
· 101 commits to main since this release

New Features

  • Add nesting, and map support for the breakpoint module.
@include sentro.breakpoint-config(
  $map: (
    'other': 540px
  ),
  $small: 320px,
  $medium: (
    'default': 640px,
    'landing': 670px
  ),
  $large: 870px
);

Improvements

  • Rename token-add() to token-config() for naming consistency.
    • The token-add() mixin will still work, but will be deprecated on v1.x. A warning will display in the console upon compiling.