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
- Remove slowness from cloning the `root` with `node.clone().removeAll()`. Now using `./lib/shallow-clone-node.js` to avoid cloning children which will get removed right after.
22
-
- Thank you to @ddprrt for bringing up the slowness issue in this article, [PostCSS misconceptions](https://medium.com/@ddprrt/postcss-misconceptions-faf5dc5038df).
22
+
- Thank you to [@ddprrt](https://github.com/ddprrt) for bringing up the slowness issue in this article, [PostCSS misconceptions](https://medium.com/@ddprrt/postcss-misconceptions-faf5dc5038df).
23
23
24
24
25
25
26
26
# v0.3.9 - 2015-6-29
27
27
28
-
- Remove `opts` global leak. Fix #13
28
+
- Remove `opts` global leak. Fix [#13](https://github.com/MadLittleMods/postcss-css-variables/issues/13)
29
29
30
30
31
31
# v0.3.8 - 2015-5-28
@@ -34,12 +34,12 @@
34
34
35
35
# v0.3.7 - 2015-5-27
36
36
37
-
- Fix #7: Support for child combinator
37
+
- Fix [#7](https://github.com/MadLittleMods/postcss-css-variables/issues/7): Support for child combinator
38
38
- Added tests for child-combinator/direct-descendant coverage
39
39
40
40
# v0.3.6 - 2015-5-21
41
41
42
-
- Fix #6. Variable usage in comma separated selector to use proper scope
42
+
- Fix [#6](https://github.com/MadLittleMods/postcss-css-variables/issues/6). Variable usage in comma separated selector to use proper scope
43
43
44
44
# v0.3.5 - 2015-5-12
45
45
@@ -58,7 +58,7 @@
58
58
# v0.3.1 - 2015-5-5
59
59
60
60
- Large overhaul of code to make it more robust on proper scope resolution.
0 commit comments