maxim / bootswatch-rails

Bootswatches converted to SCSS ready to use in Rails asset pipeline.
MIT License
489 stars 84 forks source link

Remove http from @import statement when importing Google web fonts #53

Closed liudechris closed 10 years ago

liudechris commented 10 years ago

Hi Maxim,

Was wondering if it's possible to remove "http" from @import statement in _bootswatch.scss when importing Google web fonts, such that it reads:

@import url("//fonts.googleapis.com/css ...

I'm running my webapp over https and importing over http raises a security issue. I manually changed this in the gem and it seemed to work.

Thanks, Chris

esbanarango commented 10 years ago

@liu6chris 'http' is no longer included. Thanks.