maxim / bootswatch-rails

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

Readme: text-color instead of textColor #79

Open DannyBen opened 9 years ago

DannyBen commented 9 years ago

Hi,

Shouldn't the README say

// First set or import your overrides
$text-color: #000;

instead of

// First set or import your overrides
$textColor: #000;

?