diff --git a/demo/package.json b/demo/package.json
index 4f324ec..cfc9c46 100644
--- a/demo/package.json
+++ b/demo/package.json
@@ -4,7 +4,7 @@
"type": "module",
"dependencies": {
"@acab/reset.css": "*",
- "astro": "^1.5.0"
+ "astro": "^3.1.2"
},
"scripts": {
"dev": "astro dev",
diff --git a/demo/src/env.d.ts b/demo/src/env.d.ts
new file mode 100644
index 0000000..8c34fb4
--- /dev/null
+++ b/demo/src/env.d.ts
@@ -0,0 +1 @@
+///
\ No newline at end of file
diff --git a/package.json b/package.json
index 3f2f846..ae7e862 100644
--- a/package.json
+++ b/package.json
@@ -11,14 +11,13 @@
"dev": "turbo run dev --parallel"
},
"devDependencies": {
- "prettier": "2",
+ "prettier": "^3.0.3",
"turbo": "latest"
},
"engines": {
- "node": ">=16.0.0"
+ "node": ">=18.0.0"
},
- "dependencies": {},
- "packageManager": "pnpm@7.11.0",
+ "packageManager": "pnpm@8.6.11",
"prettier": {
"jsxSingleQuote": true,
"singleQuote": true,
diff --git a/package/LICENSE.md b/package/LICENSE.md
index 367ccb4..03a11ca 100644
--- a/package/LICENSE.md
+++ b/package/LICENSE.md
@@ -1,6 +1,21 @@
-MIT License
+Copyright (c) 2023 Mayank
-Copyright (c) 2022 Mayank
+The following license is modified from the MIT license.
+
+ANTI-FASCIST LICENSE:
+
+The following conditions must be met by any person obtaining a copy of this
+software:
+
+- You MAY NOT be a fascist.
+- You MUST not financially support fascists.
+- You MUST not publicly voice support for fascists.
+
+"Fascist" can be understood as any entity which supports radical authoritarian
+nationalism. For example: Donald Trump is a fascist; if you donated to his
+campaign then all rights provided by this license are not granted to you.
+
+MIT LICENSE:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/package/README.md b/package/README.md
index 92577e0..be14ccf 100644
--- a/package/README.md
+++ b/package/README.md
@@ -8,6 +8,7 @@ A style reset that embraces modern CSS features to give you a better base to sta
- Auto dark mode using `color-scheme`.
- `system-ui` font pre-applied.
- Accessible, consistent focus outlines.
+- Supports new features like `