@myst-theme/styles 1.1.2 → 1.1.3

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@1.1.2 build
2
+ > @myst-theme/styles@1.1.3 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 3445ms.
11
+ Done in 3365ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 1.1.3
4
+
3
5
  ## 1.1.2
4
6
 
5
7
  ## 1.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {
package/typography.css CHANGED
@@ -56,15 +56,15 @@
56
56
  .prose dd {
57
57
  @apply ml-8;
58
58
  }
59
- /* Inline images (direct children of paragraphs, with or without links) */
59
+ /* Inline images (children of paragraphs, with or without links) */
60
60
  .article p > img,
61
- .article p > a > img,
61
+ .article p > a img,
62
62
  .article dd > img,
63
- .article dd > a > img,
63
+ .article dd > a img,
64
64
  .prose p > img,
65
- .prose p > a > img,
65
+ .prose p > a img,
66
66
  .prose dd > img,
67
- .prose dd > a > img {
67
+ .prose dd > a img {
68
68
  margin: 0;
69
69
  display: inline-block;
70
70
  max-height: 1.2em;