We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc93dc4 commit 33bcd0fCopy full SHA for 33bcd0f
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# SCSS-Lint Changelog
2
3
+## 0.60.0
4
+
5
+* Add `scroll-margin` family of properties to allowlist
6
+* Add `gap` family of properties to allowlist
7
+* Add `text-underline-offset` property to allowlist
8
+* Add `place-items` property to allowlist
9
+* Add `accent-color` property to allowlist
10
+* Add `scroll-padding` family of properties to allowlist
11
+* Add support for Ruby 3.2
12
13
## 0.59.0
14
15
* Add `overflow-wrap` to `PropertySortOrder` list for SMACSS
lib/scss_lint/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module SCSSLint
- VERSION = '0.59.0'.freeze
+ VERSION = '0.60.0'.freeze
end
0 commit comments