1
0
mirror of https://github.com/stisla/stisla.git synced 2025-09-01 12:12:41 +02:00

Update CONTRIBUTING.md

This commit is contained in:
Muhamad Nauval Azhar
2019-03-14 20:46:25 +07:00
committed by GitHub
parent e3930dcf72
commit 725cafaead

View File

@@ -15,4 +15,4 @@ If you want to make some changes in the CSS style. Don't edit the `.css` file, u
Since we use Nunjucks, if you want to make changes to the HTML structure, make sure you change the source file (Nunjucks) located in `sources/pages`.
### Important!
It's better to use the code guide by @mdo. Before making a pull request, make sure you have compiled all source code such as SCSS, HTML and others. Most importantly, make sure your changes have been tested cross-browser and still use existing variables (if possible).
It's better to use the code guide by [@mdo](http://codeguide.co). Before making a pull request, make sure you have compiled all source code such as SCSS, HTML and others. Most importantly, make sure your changes have been tested cross-browser and still use existing variables (if possible).