feat: full JS-less theme transition, better transition animation between themes, better light theme colors
This commit is contained in:
parent
da6dd0100b
commit
c0e0266d45
46 changed files with 4031 additions and 2536 deletions
15
biome.jsonc
15
biome.jsonc
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"plugins": [],
|
||||
"linter": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"recommended": true,
|
||||
"style": {
|
||||
|
|
@ -53,10 +53,7 @@
|
|||
},
|
||||
"overrides": [
|
||||
{
|
||||
"includes": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx"
|
||||
],
|
||||
"includes": ["**/*.ts", "**/*.tsx"],
|
||||
"linter": {
|
||||
"rules": {
|
||||
"complexity": {
|
||||
|
|
@ -80,11 +77,13 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"includes": [
|
||||
"*.astro"
|
||||
],
|
||||
"includes": ["*.astro"],
|
||||
"linter": {
|
||||
"rules": {
|
||||
"correctness": {
|
||||
"noUnusedImports": "off",
|
||||
"noUnusedVariables": "off"
|
||||
},
|
||||
"style": {
|
||||
"useConst": "off",
|
||||
"useImportType": "off"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue