1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

refactor(icons): upgrade font-awesome syntax to version 6

This commit is contained in:
Cotes Chung
2022-12-08 06:08:26 +08:00
parent 7fb0ee0bed
commit 5561cd86b5
3 changed files with 9 additions and 12 deletions

View File

@@ -11,12 +11,6 @@
"alpha-value-notation": "number",
"selector-not-notation": "simple",
"color-hex-length": "long",
"declaration-block-single-line-max-declarations": 3,
"font-family-no-missing-generic-family-keyword": [
true,
{
"ignoreFontFamilies": ["Font Awesome 5 Free"]
}
]
"declaration-block-single-line-max-declarations": 3
}
}