You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@LisaFC: Can you please merge this PR into the feature branch? The merge will give me a commit hash that I can refer to in my future work in this feature branch. Thanks.
In order to make fast progress here, it were great if you could allow me to bypass pull request requirements for this feature branch. The GitHub docu about branch protection rules has more details on this. Thanks for looking into this.
Can you please merge this PR into the feature branch? The merge will give me a commit hash that I can refer to in my future work in this feature branch
Why is assets/bootstrap/scss/vendor/_rfs.scss being brought in separately as opposed to getting it via the BS module?
This is a workaround for a known bug in go language: since the file _rfs.scss is located in a directory with name vendor, it is not part of the module, though it should be. Since this bug won't fix, we have to workaround this, which is quite cumbersome, I'm still investigating what's the best way here. For the docsy example site and for the userguide in docsy's theme repo, I do have an acceptable solution. If users start their site from scratch, however, there is an extra step needed that is all but elegant. Still reflecting on this ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@LisaFC: Can you please merge this PR into the feature branch? The merge will give me a commit hash that I can refer to in my future work in this feature branch. Thanks.