-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP * switch to stylelint for css, update characteristics * update styles/variables to match latest salt * add tabs next from salt * toggle-button styling * fix lint issues * recreate package lock * bump vite versions * bump rollup versions * add entry to allowlist * fix cypress config issue
- Loading branch information
Showing
75 changed files
with
7,624 additions
and
15,830 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"rules": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
{ | ||
"workbench.colorCustomizations": { | ||
"activityBar.activeBackground": "#a2b875", | ||
"activityBar.activeBorder": "#4c7c93", | ||
"activityBar.background": "#a2b875", | ||
"activityBar.foreground": "#15202b", | ||
"activityBar.inactiveForeground": "#15202b99", | ||
"activityBarBadge.background": "#4c7c93", | ||
"activityBarBadge.foreground": "#e7e7e7", | ||
"sash.hoverBorder": "#a2b875", | ||
"statusBar.background": "#8ba555", | ||
"statusBar.foreground": "#15202b", | ||
"statusBarItem.hoverBackground": "#6f8344", | ||
"statusBarItem.remoteBackground": "#8ba555", | ||
"statusBarItem.remoteForeground": "#15202b", | ||
"titleBar.activeBackground": "#8ba555", | ||
"titleBar.activeForeground": "#15202b", | ||
"titleBar.inactiveBackground": "#8ba55599", | ||
"titleBar.inactiveForeground": "#15202b99", | ||
"commandCenter.border": "#15202b99" | ||
}, | ||
"peacock.color": "#8ba555", | ||
"typescript.tsdk": "node_modules/typescript/lib", | ||
"css.customData": [ | ||
"./.vscode/custom-css.json" | ||
] | ||
} | ||
"workbench.colorCustomizations": { | ||
"activityBar.activeBackground": "#a2b875", | ||
"activityBar.activeBorder": "#4c7c93", | ||
"activityBar.background": "#a2b875", | ||
"activityBar.foreground": "#15202b", | ||
"activityBar.inactiveForeground": "#15202b99", | ||
"activityBarBadge.background": "#4c7c93", | ||
"activityBarBadge.foreground": "#e7e7e7", | ||
"sash.hoverBorder": "#a2b875", | ||
"statusBar.background": "#8ba555", | ||
"statusBar.foreground": "#15202b", | ||
"statusBarItem.hoverBackground": "#6f8344", | ||
"statusBarItem.remoteBackground": "#8ba555", | ||
"statusBarItem.remoteForeground": "#15202b", | ||
"titleBar.activeBackground": "#8ba555", | ||
"titleBar.activeForeground": "#15202b", | ||
"titleBar.inactiveBackground": "#8ba55599", | ||
"titleBar.inactiveForeground": "#15202b99", | ||
"commandCenter.border": "#15202b99" | ||
}, | ||
"peacock.color": "#8ba555", | ||
"typescript.tsdk": "node_modules/typescript/lib", | ||
"css.customData": ["./.vscode/custom-css.json"], | ||
"[css]": { | ||
"editor.defaultFormatter": "stylelint.vscode-stylelint" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.