v0.1.21
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()
totoken-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.
- The