Skip to content

Commit

Permalink
Merge pull request #249 from calvo-jp/panda-migration
Browse files Browse the repository at this point in the history
chore: migrate to panda
  • Loading branch information
calvo-jp authored Jun 4, 2024
2 parents ff47ee3 + ee7ab22 commit a9f76ab
Show file tree
Hide file tree
Showing 31 changed files with 1,427 additions and 1,559 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
node_modules

out
dist
build

.env
.env.local

.svelte-kit
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

.next
.vercel
next-env.d.ts

styled-system
styled-system-studio

packages/icons/react/src
packages/icons/svelte/src
packages/icons/solid/src
10 changes: 2 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
},
"eslint.workingDirectories": ["website"],
"files.associations": {
"**/website/**/*.css": "tailwindcss"
},
"tailwindCSS.experimental.classRegex": [
["twJoin\\(([^)]*)\\)", "'([^']*)'"],
["twMerge\\(([^)]*)\\)", "'([^']*)'"]
]
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.workingDirectories": ["website"]
}
2 changes: 1 addition & 1 deletion packages/core/colors/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const colors = {
900: '#121926',
950: '#0D121C',
},
'gray-neutral': {
'gray-true': {
25: '#FCFCFD',
50: '#F9FAFB',
100: '#F3F4F6',
Expand Down
Loading

0 comments on commit a9f76ab

Please sign in to comment.