Skip to content

Commit

Permalink
chore: fixed prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Jan 17, 2024
1 parent bd543e0 commit 31a50a6
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions components/Common/LinkTabs/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
border-b
border-b-neutral-200
font-open-sans
xs:hidden
dark:border-b-neutral-800;
dark:border-b-neutral-800
xs:hidden;

.tabsTrigger {
@apply border-b-2
Expand Down
6 changes: 3 additions & 3 deletions components/Common/ProgressionSidebar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
bg-white
px-4
py-6
dark:border-neutral-900
dark:bg-neutral-950
md:max-w-xs
lg:px-6
xs:w-full
xs:border-r-0
dark:border-neutral-900
dark:bg-neutral-950;
xs:border-r-0;

> section {
@apply flex
Expand Down
4 changes: 2 additions & 2 deletions components/Containers/Footer/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
border-neutral-200
px-8
py-4
dark:border-neutral-900
md:flex-row
md:justify-between
md:py-5
dark:border-neutral-900;
md:py-5;

.sectionPrimary {
@apply flex
Expand Down
6 changes: 3 additions & 3 deletions components/Containers/MetaBar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
border-l-neutral-200
px-4
py-6
dark:border-l-neutral-900
md:max-w-xs
lg:px-6
xs:mt-8
xs:w-full
xs:border-l-0
xs:border-t
xs:border-t-neutral-200
dark:border-l-neutral-900
xs:dark:border-t-neutral-900;

dt {
Expand All @@ -39,9 +39,9 @@
@apply font-semibold
text-neutral-900
underline
dark:text-white
xs:inline-block
xs:py-1
dark:text-white;
xs:py-1;

&:hover {
@apply text-neutral-800
Expand Down
16 changes: 8 additions & 8 deletions components/Containers/NavBar/index.module.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.container {
@apply border-neutral-200
dark:border-neutral-900
md:flex
md:h-16
md:flex-row
md:items-center
md:gap-8
md:border-b
md:px-8
dark:border-neutral-900;
md:px-8;
}

.nodeIconAndMobileItemsToggler {
Expand All @@ -18,12 +18,12 @@
border-b
border-neutral-200
px-4
dark:border-neutral-900
md:flex
md:h-full
md:items-center
md:border-0
md:px-0
dark:border-neutral-900;
md:px-0;
}

.nodeIconWrapper {
Expand Down Expand Up @@ -70,11 +70,11 @@
border-b
border-neutral-200
p-4
dark:border-neutral-900
md:flex-1
md:flex-row
md:border-0
md:p-0
dark:border-neutral-900;
md:p-0;
}

.actionsWrapper {
Expand All @@ -84,9 +84,9 @@
border-b
border-neutral-200
p-4
dark:border-neutral-900
md:border-0
md:p-0
dark:border-neutral-900;
md:p-0;
}

.ghIconWrapper {
Expand Down
6 changes: 3 additions & 3 deletions components/Containers/Sidebar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
bg-white
px-4
py-6
dark:border-r-neutral-900
dark:bg-neutral-950
md:max-w-xs
lg:px-6
xs:w-full
xs:border-r-0
dark:border-r-neutral-900
dark:bg-neutral-950;
xs:border-r-0;

> section {
@apply flex
Expand Down
4 changes: 2 additions & 2 deletions components/Downloads/ChangelogModal/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
bg-white
p-8
focus:outline-none
dark:bg-neutral-950
sm:mt-20
lg:w-2/3
xl:w-3/5
xl:p-12
xs:p-6
dark:bg-neutral-950;
xs:p-6;
}

.close {
Expand Down
2 changes: 1 addition & 1 deletion components/withBlogCategories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const WithBlogCategories: FC<WithBlogCategoriesProps> = ({
</div>
</LinkTabs>

<div className="mt-4 border-t border-t-neutral-200 pt-5 md:mt-8 dark:border-t-neutral-900">
<div className="mt-4 border-t border-t-neutral-200 pt-5 dark:border-t-neutral-900 md:mt-8">
<Pagination
currentPage={blogData.page}
pages={mapPaginationPages(
Expand Down
10 changes: 5 additions & 5 deletions layouts/New/layouts.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
bg-gradient-subtle
p-12
grid-in-[main]
dark:bg-gradient-subtle-dark
xl:px-18
xs:bg-none
xs:p-4
dark:bg-gradient-subtle-dark
xs:dark:bg-none;
}

Expand Down Expand Up @@ -104,8 +104,8 @@
@apply text-center
text-sm
text-neutral-800
xs:text-xs
dark:text-neutral-400;
dark:text-neutral-400
xs:text-xs;
}
}
}
Expand Down Expand Up @@ -152,8 +152,8 @@
w-full
justify-center
bg-gradient-subtle
xs:bg-none
dark:bg-gradient-subtle-dark
xs:bg-none
xs:dark:bg-none;

main {
Expand Down Expand Up @@ -190,11 +190,11 @@
bg-gradient-subtle
px-4
py-14
dark:bg-gradient-subtle-dark
md:px-14
lg:px-28
xs:bg-none
xs:pb-4
dark:bg-gradient-subtle-dark
xs:dark:bg-none;

main {
Expand Down
4 changes: 2 additions & 2 deletions styles/new/effects.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ h1.special {
leading-[3rem]
-tracking-[0.045rem]
[-webkit-text-fill-color:transparent]
dark:bg-gradient-subtle-white
md:text-5xl
md:leading-[4rem]
md:-tracking-[0.06rem]
dark:bg-gradient-subtle-white;
md:-tracking-[0.06rem];
}

div.glowingBackdrop {
Expand Down
10 changes: 5 additions & 5 deletions styles/new/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ main {

a {
@apply text-green-600
xs:underline
dark:text-green-400;
dark:text-green-400
xs:underline;

&:hover {
@apply text-green-900
Expand Down Expand Up @@ -121,10 +121,10 @@ main {
px-4
py-2
text-neutral-900
xs:block
xs:border-l-0
dark:border-neutral-800
dark:text-white;
dark:text-white
xs:block
xs:border-l-0;

> a {
@apply pr-2;
Expand Down

0 comments on commit 31a50a6

Please sign in to comment.