mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-01-21 14:13:46 +00:00
style: change css color functions to use modern notation
- `rgba()` → `rgb()`
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
"property-no-vendor-prefix": null,
|
||||
"selector-no-vendor-prefix": null,
|
||||
"value-no-vendor-prefix": null,
|
||||
"color-function-notation": "legacy",
|
||||
"alpha-value-notation": "number",
|
||||
"selector-not-notation": "simple",
|
||||
"color-hex-length": "long",
|
||||
"declaration-block-single-line-max-declarations": 3,
|
||||
|
||||
Reference in New Issue
Block a user