mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Bump GitHub actions, fixing typos
This commit is contained in:
parent
ca6524c5ae
commit
5a11221cf3
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -2,10 +2,10 @@ name: End-to-end tests
|
||||
on: [push]
|
||||
jobs:
|
||||
cypress-run:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.7
|
||||
@ -15,7 +15,7 @@ jobs:
|
||||
run: |
|
||||
gem install jekyll bundler
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v2
|
||||
uses: cypress-io/github-action@v5
|
||||
with:
|
||||
working-directory: docs
|
||||
install-command: npm install
|
||||
|
@ -212,7 +212,7 @@
|
||||
},
|
||||
"uigoodies": {
|
||||
"name": "uigoodies",
|
||||
"url": "http://uigoodies.com/",
|
||||
"url": "https://uigoodies.com/",
|
||||
"date": "5 Jul 2018"
|
||||
},
|
||||
"favicon": {
|
||||
|
@ -1683,7 +1683,7 @@
|
||||
"1070320154452656128": {
|
||||
"id": "1070320154452656128",
|
||||
"date": "2:13 PM - 5 Dec 2018",
|
||||
"content": "Wanted a dark mode and discovered that in my build steps for <a href=\"https://twitter.com/bulmaio\">@bulmaio</a> inverting the values for <a href=\"https://twitter.com/search?q=%23black\">$black</a>, <a href=\"https://twitter.com/search?q=%23white\">$white</a> and greyscales and setting a bg-color for the html element is 90% of the work done. Relly great work by <a href=\"https://twitter.com/jgthms\">@jgthms</a> to make stuff like this SO easy! <a href=\"https://twitter.com/search?q=%23coding\">#coding</a> <a href=\"https://twitter.com/search?q=%23webdev\">#webdev</a> <a href=\"https://t.co/nm84fBXcbU\">pic.twitter.com/nm84fBXcbU</a>",
|
||||
"content": "Wanted a dark mode and discovered that in my build steps for <a href=\"https://twitter.com/bulmaio\">@bulmaio</a> inverting the values for <a href=\"https://twitter.com/search?q=%23black\">$black</a>, <a href=\"https://twitter.com/search?q=%23white\">$white</a> and greyscales and setting a bg-color for the html element is 90% of the work done. Really great work by <a href=\"https://twitter.com/jgthms\">@jgthms</a> to make stuff like this SO easy! <a href=\"https://twitter.com/search?q=%23coding\">#coding</a> <a href=\"https://twitter.com/search?q=%23webdev\">#webdev</a> <a href=\"https://t.co/nm84fBXcbU\">pic.twitter.com/nm84fBXcbU</a>",
|
||||
"fullname": "Lars",
|
||||
"username": "LarsPeterke",
|
||||
"avatar": "https://pbs.twimg.com/profile_images/1073168355505385472/WJu6Gnh0_normal.jpg",
|
||||
@ -3563,7 +3563,7 @@
|
||||
"1522267260781477890": {
|
||||
"id": "1522267260781477890",
|
||||
"date": "6:29 PM - 5 May 2022",
|
||||
"content": "Bulma Framwork 🔥🔥<br><a href=\"https://twitter.com/jgthms\">@jgthms</a> <br><br><a href=\"https://t.co/zb3g5dzQPQ\">bulma.io</a>",
|
||||
"content": "Bulma Framework 🔥🔥<br><a href=\"https://twitter.com/jgthms\">@jgthms</a> <br><br><a href=\"https://t.co/zb3g5dzQPQ\">bulma.io</a>",
|
||||
"fullname": "Atman Boulaajaili",
|
||||
"username": "ABoulaajaili",
|
||||
"avatar": "https://pbs.twimg.com/profile_images/1599811144977465345/Rk2Yk8dA_normal.jpg",
|
||||
|
@ -58,7 +58,7 @@
|
||||
</div>
|
||||
|
||||
<p class="bd-hello-author">
|
||||
<span>Video by <a href="http://www.vuemastery.com/" target="_blank">Vue Mastery</a></span>
|
||||
<span>Video by <a href="https://www.vuemastery.com/" target="_blank">Vue Mastery</a></span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -45,7 +45,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<p class="intro-author">
|
||||
<span>Video by <a href="http://www.vuemastery.com/" target="_blank">Vue Mastery</a></span>
|
||||
<span>Video by <a href="https://www.vuemastery.com/" target="_blank">Vue Mastery</a></span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -264,7 +264,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
<h4>3. Add the JS for the trigger</h4>
|
||||
|
||||
<p>
|
||||
In a <code>script</code> element (or in a seperate <code>.js</code> file), add the following JS code:
|
||||
In a <code>script</code> element (or in a separate <code>.js</code> file), add the following JS code:
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
@ -45,7 +45,7 @@ doc-subtab: nav
|
||||
</p>
|
||||
<ul>
|
||||
<li><code>nav-toggle</code> for the hamburger menu on mobile</li>
|
||||
<li><code>nav-menu</code> for menu that is collapsable on mobile (you can combine it with <code>nav-right</code>)</li>
|
||||
<li><code>nav-menu</code> for menu that is collapsible on mobile (you can combine it with <code>nav-right</code>)</li>
|
||||
<li>toggle <code>is-active</code> on <code>nav-toggle</code> and <code>nav-menu</code> when <code>nav-toggle</code> was clicked</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -58,7 +58,7 @@ route: tiles
|
||||
<div class="column is-two-thirds">
|
||||
{% highlight html %}
|
||||
<div class="tile is-ancestor">
|
||||
<!-- All other tile elemnts -->
|
||||
<!-- All other tile elements -->
|
||||
</div>
|
||||
{% endhighlight %}
|
||||
</div>
|
||||
|
@ -54,7 +54,7 @@
|
||||
top: calc(50% + 4px)
|
||||
&:hover
|
||||
background-color: bulmaRgba(black, 0.05)
|
||||
// Modifers
|
||||
// Modifiers
|
||||
&.is-active
|
||||
span
|
||||
&:nth-child(1)
|
||||
|
Loading…
Reference in New Issue
Block a user