mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Merge branch 'master' into feature/rem
This commit is contained in:
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -4,7 +4,7 @@ Thanks for helping out! 😇
|
|||||||
|
|
||||||
* Pull the latest `master` branch
|
* Pull the latest `master` branch
|
||||||
* Run `npm install` to install all Bulma dependencies
|
* 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 fixes an issue, reference that issue
|
||||||
* If your PR has lots of commits, **rebase** first
|
* If your PR has lots of commits, **rebase** first
|
||||||
* Run `npm run build` and `npm run docs` before submitting your PR
|
* Run `npm run build` and `npm run docs` before submitting your PR
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ doc-subtab: modular
|
|||||||
Simply <strong>import</strong> the utilities dependencies, and then the files you need directly:
|
Simply <strong>import</strong> the utilities dependencies, and then the files you need directly:
|
||||||
</p>
|
</p>
|
||||||
{% highlight sass %}
|
{% highlight sass %}
|
||||||
@import "bulma/sass/utilities/_all
|
@import "bulma/sass/utilities/_all"
|
||||||
@import "bulma/sass/grid/columns"
|
@import "bulma/sass/grid/columns"
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user