@myst-theme/styles 0.9.8 → 0.9.9

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @myst-theme/styles@0.9.8 build
2
+ > @myst-theme/styles@0.9.9 build
3
3
  > tailwindcss -m -i ./app.css -o ../docs/public/tailwind.css
4
4
 
5
5
  Browserslist: caniuse-lite is outdated. Please run:
@@ -8,4 +8,4 @@ Browserslist: caniuse-lite is outdated. Please run:
8
8
 
9
9
  Rebuilding...
10
10
 
11
- Done in 2340ms.
11
+ Done in 2270ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.9.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 929f161b: Revert recent `col-margin` change to fix [442](https://github.com/executablebooks/myst-theme/issues/422)
8
+
3
9
  ## 0.9.8
4
10
 
5
11
  ### Patch Changes
package/grid-system.css CHANGED
@@ -29,7 +29,7 @@
29
29
  }
30
30
  .col-margin-right,
31
31
  .col-margin {
32
- @apply col-body xl:col-margin-right-lg;
32
+ @apply col-body lg:col-margin-right-lg;
33
33
  }
34
34
  .col-margin-right-inset {
35
35
  @apply col-body lg:col-margin-right-inset-lg;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {