@myst-theme/styles 0.17.1 → 0.18.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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +2 -0
- package/package.json +1 -1
- package/tasklists.css +3 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @myst-theme/styles@0.
|
|
2
|
+
> @myst-theme/styles@0.18.0 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
|
|
11
|
+
Done in 3743ms.
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/tasklists.css
CHANGED
|
@@ -5,4 +5,7 @@
|
|
|
5
5
|
.task-list-item-checkbox {
|
|
6
6
|
@apply -ml-[29px] mr-[14px] translate-y-px w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:border-blue-500 dark:focus:border-blue-600 dark:ring-offset-gray-800 dark:bg-gray-700 dark:border-gray-600;
|
|
7
7
|
}
|
|
8
|
+
.prose .task-list-item > p {
|
|
9
|
+
@apply mt-0 mb-0 inline;
|
|
10
|
+
}
|
|
8
11
|
}
|