postcss-enumerates-in-line 0.3.0 → 0.3.2
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/.github/workflows/publish.yml +6 -5
- package/README.md +3 -2
- package/README_EN.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|[<img width="24" height="24" align="left" src="README.img/1f1ef-1f1f5.png" alt="🇯🇵"> 日本語](README.md)|[<img width="24" height="24" align="left" src="README.img/1f1fa-1f1f8.png" alt="🇺🇸"> English](README_EN.md)|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
## 更新点: v0.3.
|
|
8
|
+
## 更新点: v0.3.2
|
|
9
9
|
|
|
10
10
|
- 以下の条件付きCSSプロパティを追加
|
|
11
11
|
+ `hover!`
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
## 実装予定
|
|
22
22
|
|
|
23
|
+
- 新しい条件付きCSSプロパティ: `attr(<attributes>)!`
|
|
23
24
|
- ユーザー定義ショートハンド機能
|
|
24
25
|
- `[[...]]`構文の改良と、デフォルトカラーにアルファチャンネルを設定できる`color-alpha[[...]]`構文の追加
|
|
25
26
|
|
|
@@ -86,7 +87,7 @@
|
|
|
86
87
|
## 目次
|
|
87
88
|
|
|
88
89
|
- [PostCSS Enumerates in Line](#postcss-enumerates-in-line)
|
|
89
|
-
- [更新点: v0.3.
|
|
90
|
+
- [更新点: v0.3.2](#更新点-v032)
|
|
90
91
|
- [実装予定](#実装予定)
|
|
91
92
|
- [目次](#目次)
|
|
92
93
|
- [CSSでの記述方法](#cssでの記述方法)
|
package/README_EN.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|[<img width="24" height="24" align="left" src="README.img/1f1ef-1f1f5.png" alt="🇯🇵"> 日本語](README.md)|[<img width="24" height="24" align="left" src="README.img/1f1fa-1f1f8.png" alt="🇺🇸"> English](README_EN.md)|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
## Revision: in v0.3.
|
|
8
|
+
## Revision: in v0.3.2
|
|
9
9
|
|
|
10
10
|
- Added conditional CSS property names about below.
|
|
11
11
|
+ `hover!`
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
## Maybe add functions
|
|
22
22
|
|
|
23
|
+
- Add new conditional CSS property: `attr(<attributes>)!`.
|
|
23
24
|
- Be able to define user generated shorthands.
|
|
24
25
|
- Refine `[[...]]` syntax, and add to use `color-alpha[[...]]` syntax which is enable to add alpha channel to default colors (using in CSS property value).
|
|
25
26
|
|
|
@@ -85,7 +86,7 @@ I think primary usage is [gulp] and [gulp-postcss]. However it also works on JS-
|
|
|
85
86
|
## Indexes
|
|
86
87
|
|
|
87
88
|
- [PostCSS Enumerates in Line](#postcss-enumerates-in-line)
|
|
88
|
-
- [Revision: in v0.3.
|
|
89
|
+
- [Revision: in v0.3.2](#revision-in-v032)
|
|
89
90
|
- [Maybe add functions](#maybe-add-functions)
|
|
90
91
|
- [Indexes](#indexes)
|
|
91
92
|
- [Method of writing in CSS files.](#method-of-writing-in-css-files)
|