diff options
author | Vitaly Takmazov | 2023-04-17 09:57:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-04-17 09:57:40 +0300 |
commit | 36bbb8317990022453b6127d90b11ffd5122d596 (patch) | |
tree | 337530d0c79cedec112644d4235d1c2ab6c788ef /.stylelintrc.json | |
parent | 9e1d5e49d1e10ee6703657165cd20024db2a6f73 (diff) |
Show search on horizontal mobile screen
* stop using custom-media queries
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 7584873d..9ff3446e 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -17,6 +17,6 @@ "selector-id-pattern": null, "selector-class-pattern": null, "color-function-notation": "legacy", - "alpha-values-notation": "number" + "alpha-value-notation": "number" } } |