-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
_common.styl: unify #donate a font-family #568
Merged
Merged
Conversation
This file contains 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
@JLHwung Can you clarify what problem you're solving here? |
@chrisvfritz Description updated. |
Thanks. I made a couple more tweaks. The |
dingyiming
added a commit
to volksbright/document-standard-vue
that referenced
this pull request
Nov 5, 2016
* master: set correct runtime-only gzipped size scope version-specific pages update tagline in config to match homepage 2.0.5 _common.styl: unify #donate a font-family (vuejs#568) improve visibility of custom input components through the guide, fixes vuejs#563 update vue to 2.0.4 add code examples to components one-way data flow revise react comparison improve intro for absolute beginners (close vuejs#565) # Conflicts: # src/v2/api/index.md # src/v2/guide/comparison.md # src/v2/guide/components.md # src/v2/guide/computed.md # src/v2/guide/custom-directive.md # src/v2/guide/events.md # src/v2/guide/forms.md # src/v2/guide/index.md # src/v2/guide/installation.md # src/v2/guide/instance.md # src/v2/guide/list.md # src/v2/guide/migration-vue-router.md # src/v2/guide/migration-vuex.md # src/v2/guide/migration.md # src/v2/guide/mixins.md # src/v2/guide/reactivity.md # src/v2/guide/render-function.md # src/v2/guide/syntax.md # src/v2/guide/unit-testing.md # themes/vue/_config.yml # themes/vue/layout/index.ejs # themes/vue/layout/partials/main_menu.ejs
dingyiming
added a commit
to volksbright/document-standard-vue
that referenced
this pull request
Nov 5, 2016
* 2.0-cn: set correct runtime-only gzipped size scope version-specific pages update tagline in config to match homepage 2.0.5 _common.styl: unify #donate a font-family (vuejs#568) improve visibility of custom input components through the guide, fixes vuejs#563 update vue to 2.0.4 add code examples to components one-way data flow revise react comparison improve intro for absolute beginners (close vuejs#565) # Conflicts: # themes/vue/_config.yml # themes/vue/layout/partials/main_menu.ejs
dear-lizhihua
pushed a commit
to volksbright/document-standard-vue
that referenced
this pull request
Nov 14, 2016
- 添加 贡献者展示页面 Merge branch '2.0' * 2.0: set correct runtime-only gzipped size scope version-specific pages update tagline in config to match homepage 2.0.5 _common.styl: unify #donate a font-family (vuejs#568) improve visibility of custom input components through the guide, fixes vuejs#563 update vue to 2.0.4 add code examples to components one-way data flow revise react comparison improve intro for absolute beginners (close vuejs#565) # Conflicts: # src/v2/guide/index.md # src/v2/guide/installation.md
Peter-WF
pushed a commit
to Peter-WF/vuefe.github.io
that referenced
this pull request
Nov 18, 2016
* _common.styl: unify #donate a font-family * Improve style of donate button for $body-font
Peter-WF
pushed a commit
to Peter-WF/vuefe.github.io
that referenced
this pull request
Nov 18, 2016
* master: set correct runtime-only gzipped size scope version-specific pages update tagline in config to match homepage 2.0.5 _common.styl: unify #donate a font-family (vuejs#568) improve visibility of custom input components through the guide, fixes vuejs#563 update vue to 2.0.4 add code examples to components one-way data flow revise react comparison improve intro for absolute beginners (close vuejs#565) # Conflicts: # src/v2/api/index.md # src/v2/guide/comparison.md # src/v2/guide/components.md # src/v2/guide/computed.md # src/v2/guide/custom-directive.md # src/v2/guide/events.md # src/v2/guide/forms.md # src/v2/guide/index.md # src/v2/guide/installation.md # src/v2/guide/instance.md # src/v2/guide/list.md # src/v2/guide/migration-vue-router.md # src/v2/guide/migration-vuex.md # src/v2/guide/migration.md # src/v2/guide/mixins.md # src/v2/guide/reactivity.md # src/v2/guide/render-function.md # src/v2/guide/syntax.md # src/v2/guide/unit-testing.md # themes/vue/_config.yml # themes/vue/layout/index.ejs # themes/vue/layout/partials/main_menu.ejs
kazupon
pushed a commit
to kazupon/vuejs.org
that referenced
this pull request
Oct 1, 2017
* _common.styl: unify #donate a font-family * Improve style of donate button for $body-font
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Unify font-family setting of
#donate a
with$body-font
.Previously the font-family of
#donate a
is hard-coded and does not consist with$body-font
and this PR solves this discrepancy.Edit: typo