You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
BREAKING: Package name is now scoped: @timhettler/sass-yiq
BREAKING: Switch to Dart Sass with Sass module system, dropping support for Node Sass.
BREAKING: Move sass to peerDependencies.
BREAKING: Drop yiq- from variable, module, and function names. Projects not using Sass modules can still @import '<path>/@timhettler/sass-yiq/sass/yiq' to access the former names.
BREAKING: Removed Bower support.
BREAKING: Removed Sache support.
FEATURE: Added \_index.scss at the project root, for simpler import path: @use '/@timhettler/sass-yiq'
INTERNAL: Remove Grunt(!)
INTERNAL: Update dev dependencies and package manager