Closed danieldiekmeier closed 9 years ago
You're right. There was a bug. There's a fix on 2.1.x branch. It's not the reason why we inline our stylesheets, but the other way - it's a part of the reason why we missed that bug in 2.0 release
when will 2.1.x release ?
this issue killing me so bad lol
Sorry, we're caught up with deadlines. To make a release, we need to update site/bring back CI on document repo, all that stuff we dont have time for now. We're accepting community help.
Just use this source. https://rawgit.com/gss/document/ranges2/dist/gss.document.parser.js That's ranges2 branch serverd directly from github.
I recommend understanding the limitations with rawgit first or serving it yourself in the meantime.
I think we have some things to figure out about versioning before the next release too.
When I link to the GSS file with
<link rel="stylesheet" type="text/gss" href="layout.gss"></link>
, it doesn't parse the^
selector correctly.I tried to recreate your example: http://codepen.io/thegridgssdocs/pen/JoyMpR
But it only works if I use inline code, and stops working with the exact same code in an external file.
I saw that you only use inline code on your website, is this related to that issue?