cinqcinqdev-seo 0.1.7 → 0.1.8
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/README.md +10 -0
- package/dist/module.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,16 @@ Drop it into any Nuxt project to get:
|
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
+
## Styling
|
|
15
|
+
|
|
16
|
+
The module ships its own pre-compiled CSS — **no Tailwind setup required in your project**.
|
|
17
|
+
|
|
18
|
+
- The admin UI always looks identical regardless of your project's CSS framework or design system.
|
|
19
|
+
- It uses the **Inter** font for all admin chrome (navbar, sidebars, panels).
|
|
20
|
+
- The **section preview** in the editor inherits your project's own body font automatically, so components look exactly as they do on the live site.
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
14
24
|
## Prerequisites
|
|
15
25
|
|
|
16
26
|
Your project must have these modules installed and configured:
|
package/dist/module.json
CHANGED