Skip to content

Commit 148278c

Browse files
author
Dimitri POSTOLOV
authoredSep 21, 2023
[v3] rename tailwind prefix nx- to _ to reduce bundle size (#2307)

Some content is hidden

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

68 files changed

+637
-693
lines changed
 

‎.changeset/fuzzy-kids-flash.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'nextra-theme-blog': major
3+
'nextra-theme-docs': major
4+
'nextra': major
5+
---
6+
7+
rename tailwind prefix `nx-` to `_` to reduce bundle size

‎docs/pages/docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function FAQBox({ title, children }) {
4242
<summary>
4343
<strong className="text-lg">{title}</strong>
4444
</summary>
45-
<div className="nx-p-2">{children}</div>
45+
<div className="p-2">{children}</div>
4646
</details>
4747
)
4848
}

0 commit comments

Comments
 (0)
Please sign in to comment.