Skip to content

Commit 09c8af1

Browse files
dnhnijjk
andauthored
Remove duplicate CSS properties (#81333)
### What? This PR removes duplicate CSS properties in the App Router templates generated by `create-next-app`. Co-authored-by: JJ Kasper <[email protected]>
1 parent 6e316e8 commit 09c8af1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/create-next-app/templates/app/js/app/page.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
border-radius: 128px;
6767
height: 48px;
6868
padding: 0 20px;
69-
border: none;
7069
border: 1px solid transparent;
7170
transition:
7271
background 0.2s,

packages/create-next-app/templates/app/ts/app/page.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
border-radius: 128px;
6767
height: 48px;
6868
padding: 0 20px;
69-
border: none;
7069
border: 1px solid transparent;
7170
transition:
7271
background 0.2s,

0 commit comments

Comments
 (0)