Conflicts:
	test/less/errors/color-operation-error.txt
This commit is contained in:
Luke Page
2013-12-08 11:11:18 +00:00
4 changed files with 9 additions and 23 deletions

View File

@@ -1,3 +0,0 @@
.a {
prop: (3 / #fff);
}

View File

@@ -1,4 +0,0 @@
OperationError: Can't substract or divide a color from a number in {path}color-operation-error.less on line 2, column 3:
1 .a {
2 prop: (3 / #fff);
3 }