Fix typo on and/or change

This commit is contained in:
Mathias Brodala
2016-02-15 09:41:11 +01:00
parent 01aec33d53
commit 7427cb6996

View File

@@ -10,7 +10,7 @@
- Fixed extend leaking through nested parent selector. #2586
- Added "or" keyword and allowed arbitrary logical expression in guards
- Fixing #2124 - Parsing Error "Unrecognised input" for color operations
- Logical operator ```and``` now has higher precence than logical operator ```or```.
- Logical operator ```and``` now has higher precedence than logical operator ```or```.
- Allow unknown at-rules w/o {} block
# 2.5.3