In the file sass/config/_config.sass the url to the Bourbon Neat documentation is misleading:
22 | // Bourbon Neat (grid): http://neat.bourbon.io/docs/
This page is all about Neat version 2.1.0 which differs from the version used in Basic (Neat v. 1.9.0). It's very confusing and it's not obvious that Basic is using another version.
The correct line is:
22 | https://neat.bourbon.io/docs/1.9.0/
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | url_to_neat_documentation_leads_to_wrong_version-2918909-3.patch | 857 bytes | hiramanpatil |
Comments
Comment #2
hiramanpatilComment #3
hiramanpatilI have created patch for this. Please review and confirm.
Comment #4
hs@henrikstrindberg.se commentedThat was fast! It works.
Thanks
Comment #5
joelpittetThe branch was fine because that's where it will be committed. The version on 1.x branch is 1.8.0 not 1.9.0. Shouldn't the docs be pointing to 1.8.0 or am I incorrect?
Comment #6
hs@henrikstrindberg.se commentedOK, then the correct url is https://neat.bourbon.io/docs/1.8.0/
Comment #8
joelpittetOk I've pushed that up to 1.x-dev branch. Thanks for the change.