Compatibility:
- Fix
@extend
behavior when interpolating variable containing a selector list - Hoist
@keyframes
so children selectors will not be prefixed by parent selector - Don't wrap
@import
inside@media
query (by @hitok) - Partial
@at-root
support;with:
andwithout:
not yet supported - Partial
call()
support;kwargs
not yet supported - String-based keys mismatch in map functions
- Short-circuit evaluation for
and
,or
, andif()
Other:
- Compiler: getParsedFiles() now includes the main file (by @dleffler)