Skip to content

Commit

Permalink
FIX: media range rule
Browse files Browse the repository at this point in the history
Closes #47
  • Loading branch information
GrimLink committed Aug 10, 2023
1 parent 0be31e6 commit 64882bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.2] - 2023-08-10
### Fixed
- Unset rule `media-feature-range-notation`, closes #47
until support for [media range](https://caniuse.com/?search=media%20range) is at a minimal of 2 mayor browser versions

## [6.0.1] - 2023-08-10
### Added
- Support for camelCase in custom media query names
Expand Down
2 changes: 2 additions & 0 deletions rules/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ module.exports = {
"function-url-no-scheme-relative": true,
"hue-degree-notation": "number",
"max-nesting-depth": 5,
// Disabled, until Browser support for [media range](https://caniuse.com/?search=media%20range) is at a minimal of 2 mayor versions
"media-feature-range-notation": null,
"media-feature-name-no-unknown": [true, { severity: "warning" }],
"no-descending-specificity": [true, { severity: "warning" }],
"property-no-vendor-prefix": [
Expand Down

0 comments on commit 64882bd

Please sign in to comment.