create-berna-stencil 1.0.49 → 1.0.50

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.
@@ -131,8 +131,10 @@ body {
131
131
  |---|---|
132
132
  | `_root.scss` | Global variables (colors, spacing) |
133
133
  | `_global.scss` | Site-wide base rules and frameworks |
134
- | `_animations.scss` | Keyframe animations (`fade-in`, `spin`) |
134
+ | `_typography.scss` | Font rules
135
135
  | `_header.scss` | Header styles |
136
136
  | `_footer.scss` | Footer styles |
137
- | `_notification.scss` | Notification component style |
138
- | `_mobile.scss` | Media query rules |
137
+ | `_mobile.scss` | Media query rules |
138
+ | `_buttons.scss` | Style and hovers for buttons
139
+ | `_animations.scss` | Keyframe animations (`fade-in`, `spin`) |
140
+ | `_notification.scss` | Notification component style |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-berna-stencil",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "Eleventy boilerplate with per-page SCSS/JS pipeline, esbuild bundling, multi-framework CSS support and a built-in page management CLI",
5
5
  "keywords": [],
6
6
  "author": "Michele Garofalo",