@theguild/components 8.0.0-alpha-20241205185321-79e6837261492304d0bb3187dc8e16f1e095c15a → 8.0.0-alpha-20241205193129-6cfdd0b7d99f5c892e3ea7926c5ad287bc6c67f4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/style.css +2 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theguild/components",
|
|
3
|
-
"version": "8.0.0-alpha-
|
|
3
|
+
"version": "8.0.0-alpha-20241205193129-6cfdd0b7d99f5c892e3ea7926c5ad287bc6c67f4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|
package/style.css
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
@layer l-nextra;
|
|
1
|
+
@layer l-base, l-nextra;
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
* We don't need Tailwind CSS preflight styles `@import 'tailwindcss/base'`
|
|
5
|
-
* because `style.css` from `nextra-theme-docs` already include them
|
|
6
|
-
**/
|
|
3
|
+
@import 'tailwindcss/base' layer(l-base);
|
|
7
4
|
@import 'nextra-theme-docs/dist/style-prefixed.css' layer(l-nextra);
|
|
8
5
|
@import 'tailwindcss/utilities';
|
|
9
6
|
@import 'tailwindcss/components';
|