diff --git a/.stylelintrc b/.stylelintrc index e43108ca9..8cedd4220 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -17,6 +17,7 @@ "declaration-block-semicolon-space-after": "always-single-line", "declaration-no-important": true, "color-hex-length": "long", + "function-calc-no-invalid": null, "font-family-no-missing-generic-family-keyword": null, "font-family-name-quotes": "always-where-recommended", "indentation": 4, diff --git a/CHANGELOG.md b/CHANGELOG.md index a1751d558..335a9280d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,8 @@ # Changelog -## [2.3.0] - 2019-07-25 - -### Added - -- Added class .action-toggle to .action-list, selecting on .material-icons is deprecated. -- Added class .panel-header and .panel-footer to panel. Support for
and