mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-17 17:04:45 +00:00
* DEV: Fix SCSS deprecations Followup to https://github.com/discourse/discourse-subscriptions/pull/171 Also fixes: ``` ╷ 581 │ hsl(random(360), 100, 50); │ ^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ /Users/pmusaraj/Projects/discourse/discourse-subscriptions.scss 581:7 root stylesheet Deprecation Warning: $lightness: Passing a number without unit % (50) is deprecated. ``` * More cleanup