diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ecb39062..11d976d9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ Thanks for helping out! 😇 * Pull the latest `master` branch * Run `npm install` to install all Bulma dependencies -* Make sure your Sass code is compliant with the [Bulma Sass styleguide](https://github.com/jgthms/bulma/blob/master/CONTRIBUTING.md#bulma-sass-styleguide) +* 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) * If your PR fixes an issue, reference that issue * If your PR has lots of commits, **rebase** first * Run `npm run build` and `npm run docs` before submitting your PR diff --git a/docs/documentation/overview/modular.html b/docs/documentation/overview/modular.html index a0e995bc..94e9f5a1 100644 --- a/docs/documentation/overview/modular.html +++ b/docs/documentation/overview/modular.html @@ -25,7 +25,7 @@ doc-subtab: modular Simply import the utilities dependencies, and then the files you need directly:
{% highlight sass %} -@import "bulma/sass/utilities/_all +@import "bulma/sass/utilities/_all" @import "bulma/sass/grid/columns" {% endhighlight %}