8000 Add new banner for Vuemastery free weekend by pieer · Pull Request #2512 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content
8000

Add new banner for Vuemastery free weekend #2512

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

Merged
merged 21 commits into from
Mar 5, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master'
  • Loading branch information
pieer committed Mar 4, 2020
commit 4a5d2f023bb595dbbc12849f207c17caa9f5156b
1 change: 1 addition & 0 deletions themes/vue/source/css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@import "_sponsors-index"
@import "_modal"
@import "_vuemastery-banner"
@import "_themes"

$width = 900px
$space = 40px
Expand Down
3 changes: 2 additions & 1 deletion themes/vue/source/css/page.styl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
@import "_style-guide"
@import "_modal"
@import "_scrimba"
@import "_vuemastery"
@import "_vuemastery-banner"
@import "_vue-mastery"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For #2515 I suspect this line needs to match the file rename with @import _vuemastery or revert the filename change. Explains an empty https://vuejs.org/css/page.css anyways. Thanks!

@import "_themes"

#header
box-shadow: 0 0 1px rgba(0,0,0,.25)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0