We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe39f3 commit e6eb834Copy full SHA for e6eb834
1 file changed
HISTORY.md
@@ -5,6 +5,8 @@
5
6
- Fix: Robust parsing of selectors. Comas, ampersands and class-like parts
7
in strings are now ignored by the compiler.
8
+ `{'[foo=",&.bar"]': {color: 'red'}}` will be left untouched. Otherwise,
9
+ these operators still behave as usual.
10
- Local scope is now per instance rather than per sheet.
11
- `j2c.sheet()` and `j2c.inline()` return plain strings rather than
12
`String` objects.
@@ -29,6 +31,8 @@
29
31
- Prefixed at-rules are treated like their unprefixed counterparts.
30
32
- Added the `at()`, `global()` and `kv()` helpers.
33
- Added `@local` as a counterpart to `@global`.
34
+- `& > &` with a selector list as parent will perform their cartesian product
35
+ like SASS and LESS do.
36
- 2.2Kb mingzipped (+ ~500 bytes).
37
38
## v0.11.1 (2016-03-8)
0 commit comments