Benjamin Cripps
Benjamin Cripps
I believe PurifyCSS is having an issue parsing CSS, where we use an `data:image/svg` as the background URL. I've run it through the CSS validator, and it looks like the...
Added `toBeDOMNodeOfType` method to library. A simple method to return if an element is of a certain type; I found myself adding this method so I thought it might be...
When a file is `imported` with strict mode enabled, the resolution fails. ```js eval('var x=__merge(x||window.x||{},{"soy":{"examples":{"thing":{}},"thing":{}}});var soy=__merge(soy||window.soy||{},{});var soydata=__merge(soydata||window.soydata||{},{});'); ``` It looks like this line is executing correctly, however, when I try...