Skip to content

Commit 63d3d2a

Browse files
authored
bugfix/postcss bug (#1)
* added postcss in dev dependencies * fixed lint issue
1 parent 4724940 commit 63d3d2a

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

package-lock.json

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"@types/react": "^18.0.15",
8080
"@types/react-dom": "^18.0.6",
8181
"husky": "^8.0.1",
82+
"postcss": "^8.4.14",
8283
"react": "^18.2.0",
8384
"react-dom": "^18.2.0",
8485
"rollup-plugin-postcss": "^4.0.2",

src/components/SubmitButton/SubmitButton.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export interface SubmitButtonProps {
22
position?: 'left' | 'middle' | 'right';
33
text?: string;
44
submitClass?: string;
5-
}
5+
}

0 commit comments

Comments
 (0)