You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/v24.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# From v2.2 to v2.4
1
+
# 从 v2.2 到 v2.4 {#from-v2-2-to-v2-4}
2
2
3
-
Two weeks later, we released two more version updates, then we broke through **a thousand stars**, thank you for your love of windicss. During which many new features were released and bug fixes. Here is a summary.
@@ -19,9 +19,9 @@ Two weeks later, we released two more version updates, then we broke through **a
19
19
}
20
20
```
21
21
22
-
-Support layer directive
22
+
-支持 layer 指令
23
23
24
-
put style to the right position
24
+
把样式放在正确的位置
25
25
26
26
```css
27
27
/* input */
@@ -41,7 +41,7 @@ Two weeks later, we released two more version updates, then we broke through **a
41
41
}
42
42
}
43
43
.normal {
44
-
margin-right: auto; /*components by default*/
44
+
margin-right: auto; /*默认情况下的组件*/
45
45
}
46
46
47
47
/* output */
@@ -62,7 +62,7 @@ Two weeks later, we released two more version updates, then we broke through **a
62
62
63
63
- Transform api
64
64
65
-
Replace require with transform let you can import tailwind plugin. For more details, please referer to[windicss/plugins](https://github.com/windicss/plugins)
@@ -92,9 +92,9 @@ Two weeks later, we released two more version updates, then we broke through **a
92
92
}
93
93
```
94
94
95
-
-Support nested css
95
+
-支持嵌套的 css
96
96
97
-
This is actually a bit like less or postcss syntax.
97
+
这实际上有点像 less 或 postcss 语法。
98
98
99
99
```css
100
100
/* input */
@@ -119,13 +119,13 @@ Two weeks later, we released two more version updates, then we broke through **a
119
119
}
120
120
```
121
121
122
-
-New meta sort method
122
+
-新的元排序方法
123
123
124
-
We have introduced a new sorting algorithm to sort according to meta information, which allows us to accurately control the location of each utility generated, and to ensure the accuracy of the generated css.
0 commit comments