@myst-theme/styles 0.13.4 → 0.13.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.
- package/.turbo/turbo-build.log +5 -2
- package/CHANGELOG.md +8 -0
- package/app.css +1 -0
- package/button.css +9 -0
- package/package.json +1 -1
- package/toc.css +10 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
> @myst-theme/styles@0.13.
|
|
2
|
+
> @myst-theme/styles@0.13.6 build
|
|
3
3
|
> tailwindcss -m -i ./app.css -o ../docs/public/tailwind.css
|
|
4
4
|
|
|
5
|
+
Browserslist: caniuse-lite is outdated. Please run:
|
|
6
|
+
npx update-browserslist-db@latest
|
|
7
|
+
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
5
8
|
|
|
6
9
|
Rebuilding...
|
|
7
10
|
|
|
8
|
-
Done in
|
|
11
|
+
Done in 3435ms.
|
package/CHANGELOG.md
CHANGED
package/app.css
CHANGED
package/button.css
ADDED
package/package.json
CHANGED