@moreonion/foundist 3.3.0-beta → 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@moreonion/foundist",
3
- "version": "3.3.0-beta",
3
+ "version": "3.3.0",
4
4
  "description": "Foundation based default theme for Impact Stack landing pages.",
5
5
  "author": "More Onion <kontakt@more-onion.at>",
6
6
  "license": "MIT",
@@ -24,10 +24,10 @@
24
24
  "fix:css": "stylelint --fix src/scss && prettier --write 'src/scss/**/*.scss'",
25
25
  "fix:js": "eslint --fix src",
26
26
  "fix": "yarn run fix:css && yarn run fix:js",
27
- "prepare": "husky install"
27
+ "prepare": "husky"
28
28
  },
29
29
  "dependencies": {
30
- "@moreonion/foundation-base": "^3.3.0-beta",
30
+ "@moreonion/foundation-base": "^3.3.0",
31
31
  "vite-plugin-nunjucks": "^0.2.0"
32
32
  },
33
33
  "lint-staged": {
@@ -29,6 +29,7 @@ $banner-background: $fallback-background !default;
29
29
  // Ensure the first row is blocked when there is no #headline.
30
30
  #page:not(.with-headline) &:before {
31
31
  content: "";
32
+ grid-column: 1/-1;
32
33
  }
33
34
  }
34
35