maverick-wave 3.2.3 → 3.3.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/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maverick-wave",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"config": {
|
|
5
|
-
"version_short": "3.
|
|
5
|
+
"version_short": "3.3"
|
|
6
6
|
},
|
|
7
7
|
"description": "A lightweight, modern CSS framework for building responsive websites with elegance and speed.",
|
|
8
8
|
"main": "src/js/main.js",
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
<h3 class="mw-section-subtitle">Blog Posts</h3>
|
|
2
2
|
|
|
3
3
|
<div class="mw-blog-post mw-mt-9">
|
|
4
|
-
<h2 class="mw-blog-post-title">
|
|
4
|
+
<h2 class="mw-blog-post-title">
|
|
5
|
+
Just a dummy blog post (markdown generated)
|
|
6
|
+
</h2>
|
|
5
7
|
|
|
6
8
|
<div class="mw-blog-post-header">
|
|
7
9
|
<div class="mw-blog-post-header-icon">
|