Skip to content

Commit 1301b45

Browse files
committed
Merge branch 'master' into feature/rem
2 parents 126e8b7 + 44b1ccf commit 1301b45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thanks for helping out! 😇
44

55
* Pull the latest `master` branch
66
* Run `npm install` to install all Bulma dependencies
7-
* Make sure your Sass code is compliant with the [Bulma Sass styleguide](https://github.com/jgthms/bulma/blob/master/CONTRIBUTING.md#bulma-sass-styleguide)
7+
* Make sure your Sass code is compliant with the [Bulma Sass styleguide](https://github.com/jgthms/bulma/blob/master/.github/CONTRIBUTING.md#bulma-sass-styleguide)
88
* If your PR fixes an issue, reference that issue
99
* If your PR has lots of commits, **rebase** first
1010
* Run `npm run build` and `npm run docs` before submitting your PR

docs/documentation/overview/modular.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 class="subtitle">Just import what you <strong>need</strong></h2>
2525
Simply <strong>import</strong> the utilities dependencies, and then the files you need directly:
2626
</p>
2727
{% highlight sass %}
28-
@import "bulma/sass/utilities/_all
28+
@import "bulma/sass/utilities/_all"
2929
@import "bulma/sass/grid/columns"
3030
{% endhighlight %}
3131
<p>

0 commit comments

Comments
 (0)