Skip to content

Commit f942781

Browse files
committed
feat: Tailwind, prettier, Gorton keys.
1 parent 5216e8e commit f942781

Some content is hidden

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

47 files changed

+2174
-1088
lines changed

.prettierignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
src-tauri/
2+
dist/
3+
public/
4+
*.rs
5+
src/HidUsageTables-1.5.json

.prettierrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

.storybook/preview.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import "../src/index.css";
12
import type { Preview } from "@storybook/react";
23

34
const preview: Preview = {

0 commit comments

Comments
 (0)