This repository was archived by the owner on Jun 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 2.0.1 - 2015-06-03
2
+
3
+ * \- Fixed: ` (foo, bar) ` conversion error exists in the selector(See also [ : matches () test] ( test/fixtures/matches/input.css ) ).
4
+
1
5
# 2.0.0 - 2015-05-29
2
6
3
- * x Remove: no longer support ` :: ` or ` -- ` to defined a custom selectors, we must use the ` :-- ` to defined it.
7
+ * \ x Remove: no longer support ` :: ` or ` -- ` to defined a custom selectors, we must use the ` :-- ` to defined it.
4
8
5
- * - Fixed: two or more consecutive hyphens in selector outputs is "undefined".
9
+ * \ - Fixed: two or more consecutive hyphens in selector outputs is "undefined".
6
10
7
11
# 1.1.1 - 2015-04-06
8
12
9
- * - Fixed: add support for multilines definition
13
+ * \ - Fixed: add support for multilines definition
10
14
11
15
# 1.1.0 - 2014-12-06
12
16
13
- * - Added: "lineBreak" option
17
+ * \ - Added: "lineBreak" option
14
18
15
19
# 1.0.0 - 2014-12-06
16
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-custom-selectors" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " PostCSS plugin to transform W3C CSS Extensions(Custom Selectors) to more compatible CSS" ,
5
5
"keywords" : [
6
6
" css" ,
You can’t perform that action at this time.
0 commit comments