@myst-theme/styles 0.9.5 → 0.9.6

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.5 build
2
+ > @myst-theme/styles@0.9.6 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 2149ms.
11
+ Done in 2140ms.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @myst-theme/styles
2
2
 
3
+ ## 0.9.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 1b763c36: Fix style over-rides
8
+
3
9
  ## 0.9.5
4
10
 
5
11
  ### Patch Changes
package/backmatter.css CHANGED
@@ -1,7 +1,3 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;
4
-
5
1
  @layer base {
6
2
  #footnotes p {
7
3
  margin: 0.25rem;
package/block-styles.css CHANGED
@@ -1,7 +1,3 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;
4
-
5
1
  @layer base {
6
2
  .shaded {
7
3
  @apply pt-5 my-5 bg-slate-100 dark:bg-slate-800;
@@ -1,7 +1,3 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;
4
-
5
1
  @layer base {
6
2
  .popout > h1,
7
3
  .popout > h2,
package/grid-system.css CHANGED
@@ -1,7 +1,3 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;
4
-
5
1
  @layer base {
6
2
  .article-grid {
7
3
  @apply grid content-start grid-cols-article-sm md:grid-cols-article-md lg:grid-cols-article-lg xl:grid-cols-article-xl 2xl:grid-cols-article-2xl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/styles",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "main": "index.js",
5
5
  "style": "app.css",
6
6
  "scripts": {
package/tasklists.css CHANGED
@@ -1,7 +1,3 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;
4
-
5
1
  @layer base {
6
2
  .task-list-item {
7
3
  @apply list-none;