@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha19 → 1.0.0-alpha20

Sign up to get free protection for your applications and to get access to all the features.
@@ -122,8 +122,3 @@ article table {
122
122
  width: 100%;
123
123
  }
124
124
 
125
- #sidebar.show + div {
126
- max-width: calc(100vw - 321px - var(--scrollbar-width)) !important;
127
- min-width: calc(100vw - 330px);
128
- width: calc(100vw - 314px - var(--scrollbar-width));
129
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trimble-oss/modus-docs-hugo-theme",
3
- "version": "1.0.0-alpha19",
3
+ "version": "1.0.0-alpha20",
4
4
  "description": "A Documentation theme for Hugo built by Trimble",
5
5
  "homepage": "https://github.com/trimble-oss/modus-docs-hugo-theme",
6
6
  "bugs": {
@@ -34,11 +34,11 @@
34
34
  "eslint": "8.57.0",
35
35
  "eslint-config-prettier": "9.1.0",
36
36
  "htmlhint": "1.1.4",
37
- "hugo-bin": "0.122.1",
37
+ "hugo-bin": "0.122.4",
38
38
  "postcss": "8.4.38",
39
39
  "postcss-cli": "11.0.0",
40
40
  "prettier": "3.2.5",
41
- "stylelint": "16.3.1",
41
+ "stylelint": "16.4.0",
42
42
  "stylelint-config-standard-scss": "13.1.0",
43
43
  "stylelint-order": "6.0.4"
44
44
  },