mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Document how to try the changes (#1920)
* Document how to try the changes Add to the contributing guide how to rebuild the css and where the documentation to try the documentation changes is. * Remove Bulma dependencies installation form PR template Install Bulma dependencies is not needed to send a PR. * Add how to try your changes to PR templates And after that ask if you tried the changes.
This commit is contained in:
committed by
Jeremy Thomas
parent
62d62be799
commit
13199b8f51
11
.github/CONTRIBUTING.md
vendored
11
.github/CONTRIBUTING.md
vendored
@@ -13,6 +13,17 @@ Thanks for helping out! 😇
|
||||
* Limit the first line to 72 characters or fewer
|
||||
* Reference issues and pull requests liberally
|
||||
|
||||
### Try your changes
|
||||
|
||||
When modifying any `.sass`, you will need to rebuild the css. You can do this by running:
|
||||
|
||||
```
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
To see documentation changes check [the documentation readme](docs/README.md).
|
||||
|
||||
### Bulma Sass styleguide
|
||||
|
||||
* **No semi-colons** `;` or **curly braces** `{` `}`
|
||||
|
||||
Reference in New Issue
Block a user