Popsana Barida

Results 3 comments of Popsana Barida

I fixed this by applying the following function to the css generated: ``` function formatCss(css) { const rule = /body{background-color:(rgb\([\d\s,]+\)|#[\w]+);}/g; const matches = css.match(rule); const first = matches[0]; let formatted...

Yes, I was going to mention this.

> @barryvdh Sorry this is coming super late. > > No errors at all, it just doesn't send the appropriate cors once there's a query string in the url. >...