Commit Graph

12 Commits

Author SHA1 Message Date
Daniel Freedman
893cfca71d Merge pull request #3027 from JeremybellEU/fix-test-console-output
Suppress warnings and expected errors in test suite
2015-12-04 17:01:21 -08:00
Tim van der Lippe
92d6fcb8fc Suppress warnings and expected errors in test suite 2015-11-19 13:27:33 +01:00
Nazar Mokrynskyi
fd57784705 Fix for incorrect CSS selectors specificity as reported in #2531
Fix for overriding mixin properties, fixes #1873
Added awareness from `@apply()` position among other rules so that it is preserved after CSS variables/mixing substitution.
`Polymer.StyleUtil.clearStyleRules()` method removed as it is not used anywhere.
Some unused variables removed.
Typos, unused variables and unnecessary escaping in regexps corrected.
Tests added.
2015-11-13 08:24:54 +01:00
Daniel Freedman
51a4b2c9b5 Merge branch 'fix-for-multiple-spaces' of https://github.com/nazar-pc/polymer into nazar-pc-fix-for-multiple-spaces 2015-11-04 14:41:58 -08:00
Daniel Freedman
174b77b645 Merge pull request #2664 from nazar-pc/fix-for-unicode-escape-sequences-in-css-selectors
Added support for short unicode escape sequences, fixes #2650
2015-11-04 14:37:42 -08:00
Nazar Mokrynskyi
ecddb56bc1 Fix for multiple consequent spaces present in CSS selectors, fixes #2670 2015-11-03 03:07:52 +01:00
Nazar Mokrynskyi
2c87145ccc Added support for short unicode escape sequences, fixes #2650 2015-11-02 20:19:23 +01:00
Tim van der Lippe
6f21ae6d2a Add test for parsing multi-line css comments
Closes #2455
2015-10-18 16:21:06 +02:00
Steven Orvell
d8b0baeabe add basic rule types to css-parser 2015-05-12 14:03:08 -07:00
Steve Orvell
436ef97298 minor test syntax modifications 2015-03-23 14:57:35 -07:00
Scott J. Miles
3a8f4b1daf remove modulate, instead we will wait for ES6 modules to become native 2015-03-06 14:28:43 -08:00
Steve Orvell
c8a13d2e84 add tests for url path fixup, css parsing, and scoped styling. 2015-02-27 18:42:12 -08:00