@hazae41/labase 1.0.3 → 1.0.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/README.md CHANGED
@@ -159,4 +159,22 @@ function Example() {
159
159
  This div will have everything opposite-colored
160
160
  </div>
161
161
  }
162
- ```
162
+ ```
163
+
164
+ ### Animations
165
+
166
+ You can use animations such as
167
+
168
+ - `animate-opacity-in` and `animate-opacity-out`
169
+
170
+ - `animate-scale-in` and `animate-scale-out`
171
+
172
+ - `animate-flip-in` and `animate-flip-out`
173
+
174
+ - `animate-opacity-scale-in` and `animate-opacity-scale-in`
175
+
176
+ - `animate-scale-xy-in` and `animate-scale-xy-out`
177
+
178
+ - `animate-scale-xywh-in` and `animate-scale-xywh-out`
179
+
180
+ - `animate-vibrate-loop`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@hazae41/labase",
4
- "version": "1.0.3",
4
+ "version": "1.0.6",
5
5
  "description": "The Tailwind framework for monochrome apps",
6
6
  "homepage": "https://github.com/hazae41/labase",
7
7
  "repository": "github:hazae41/labase",
package/src/index.css CHANGED
@@ -10,8 +10,6 @@
10
10
  @import "./divide/index.css";
11
11
  @import "./scrollbar/index.css";
12
12
 
13
- @custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));
14
-
15
13
  html,
16
14
  body {
17
15
  font-size: 16px;