Skip to content

Commit

Permalink
Merge pull request #268 from readchina/update-scee-add-vendor
Browse files Browse the repository at this point in the history
Update scss file; add vendor into gitignore; add Shouchaoben tile
  • Loading branch information
whalekeykeeper authored Nov 30, 2023
2 parents a8d206d + 25097d6 commit b5778bc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions _includes/tiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,25 @@ <h3><a href="https://readchina.github.io/comics/" class="link">Comics</a></h3>
<p>READCHINA: lianhuanhua</p>
</header>
</article>
<!-- Opens a new page in a separate location -->
<article>
<span class="image">
<img src="{{ tile.image }}" alt="" />
</span>
<header class="major">
<h3><a href="https://readchina.github.io/shouchaoben/" class="link">Shouchaoben</a></h3>
<p>READCHINA: Shouchaoben</p>
</header>
</article>
<!-- Opens a new page in a separate location -->
<article>
<span class="image">
<img src="{{ tile.image }}" alt="" />
</span>
<header class="major">
<h3><a href="https://www.aup.nl/en/series/practices-and-politics-of-reading-in-china" class="link">AUP Book Series: Practices and Politics of Reading in China</a></h3>
<p>READCHINA x Amsterdam University Press</p>
</header>
</article>
</section>

2 changes: 1 addition & 1 deletion _sass/libs/_skel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
}

// Expand just the value?
@elseif $expandValue {
@else if $expandValue {
@each $vendor in $vendor-prefixes {
#{$property}: #{str-replace-all($value, '-prefix-', $vendor)};
}
Expand Down

0 comments on commit b5778bc

Please sign in to comment.