Skip to content

Commit cc1ff3e

Browse files
authored
Merge pull request #329 from kit-data-manager/design-improvements
Design improvements
2 parents 1a83033 + 4c4ca07 commit cc1ff3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+6963
-891
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ hydrate/
22
dist/
33
www/
44
loader/
5+
test-results/
56

67
*~
78
*.sw[mnpcod]

.prettierignore

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Ignore artifacts:
22
/src/index.html
3-
/www/
4-
/node_modules/
5-
/dist/
6-
/loader/
7-
/.storybook/
8-
/.stencil/
9-
/storybook-static/
3+
/**/www/
4+
/**/node_modules/
5+
/**/dist/
6+
/**/loader/
7+
/**/hydrate/
8+
/**/.storybook/
9+
/**/.stencil/
10+
/**/storybook-static/
11+

.prettierrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@
99
"singleQuote": true,
1010
"tabWidth": 2,
1111
"trailingComma": "all",
12-
"useTabs": false
12+
"useTabs": false,
13+
"plugins": [
14+
"prettier-plugin-tailwindcss"
15+
],
16+
"tailwindConfig": "./tailwind.config.ts"
1317
}

0 commit comments

Comments
 (0)