We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e020e32 commit 675bad9Copy full SHA for 675bad9
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 2.1.0 - 2015-06-04
2
+
3
+* \- Fixed: Use PostCSS 4.1 plugin API.
4
5
# 2.0.1 - 2015-06-03
6
7
* \- Fixed: `(foo, bar)` conversion error exists in the selector(See also [:matches() test](test/fixtures/matches/input.css)).
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-custom-selectors",
- "version": "2.0.1",
+ "version": "2.1.0",
"description": "PostCSS plugin to transform W3C CSS Extensions(Custom Selectors) to more compatible CSS",
"keywords": [
"css",
0 commit comments