mamba-layout 0.48.0 → 0.50.0
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 +2 -0
- package/dist/layout.css +1 -1
- package/dist/layout.global.js +119 -28
- package/dist/theme.css +91 -0
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -13,6 +13,7 @@ Shared Mamba Vue layout shell, styles, locale helpers, and a standalone browser
|
|
|
13
13
|
<link type="text/css" rel="stylesheet" href="https://at.alicdn.com/t/c/font_4839395_zeh0j9u8an.css" />
|
|
14
14
|
|
|
15
15
|
<!-- Mamba Layout CSS - DO NOT modify or remove -->
|
|
16
|
+
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
|
16
17
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/mamba-layout@latest/dist/layout.css" />
|
|
17
18
|
```
|
|
18
19
|
|
|
@@ -48,6 +49,7 @@ Shared Mamba Vue layout shell, styles, locale helpers, and a standalone browser
|
|
|
48
49
|
<title>My App</title>
|
|
49
50
|
<link type="text/css" rel="stylesheet" href="https://at.alicdn.com/t/c/font_4614982_ta3fsffdp7.css" />
|
|
50
51
|
<link type="text/css" rel="stylesheet" href="https://at.alicdn.com/t/c/font_4839395_zeh0j9u8an.css" />
|
|
52
|
+
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
|
51
53
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/mamba-layout@latest/dist/layout.css" />
|
|
52
54
|
<style>
|
|
53
55
|
html, body, mamba-layout {
|