choojs / bankai

:station: - friendly web compiler
Apache License 2.0
1.09k stars 102 forks source link

Add style tag for disabled javascript #531

Closed auggod closed 4 years ago

auggod commented 5 years ago

If browser has javascript disabled, the css will not be loaded since we use onload="this.rel='stylesheet' on the link tag. I simply added a noscript tag including the link to the css.

goto-bus-stop commented 5 years ago

thanks, looks good! it needs some test updates, still.

goto-bus-stop commented 4 years ago

Merged in #535. Thanks!