-
Notifications
You must be signed in to change notification settings - Fork 11.9k
chore(docs): update bootstrap documentation #4115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Brocco
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I like the organizational changes, just one minor change.
| ```sass | ||
| // version 3 | ||
| @import '_variables'; | ||
| @import '../node_modules/bootstrap-sass/assets/stylesheets/_bootstrap.scss'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the file extension here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Fixed. 😄
c2d7cae to
4166455
Compare
4166455 to
5d1cb50
Compare
|
|
||
| ```sass | ||
| // version 3 | ||
| @import '_variables'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http://sass-lang.com/documentation/file.SASS_REFERENCE.html#partials
underscore not needed for @import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. Thanks!
5d1cb50 to
c951c17
Compare
c951c17 to
9b23880
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.