We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow.
IMPORTANT: 0.Add your user info to CONTRIBUTORS file.
- All assets are organized into the assetes directory by their grade. (ex: /assets/4th)
- Each contributor can finalize ther css file by the username they put in CONTRIBUTORS file. (ex: /assets/4th/css/jimist.css)
- If you wish to use sass instead of css, create a sass file by your username and a directory by its side (ex: jimist.sass and sass/jimsit/*.sass). You can import your sass files from your own directory or other co-contributors (files like general, header, footer and etc.).
- Images are saved without background in the images directory. If you wanted to add one use this approach as well.
- Fonts are stored in /assets/fonts/ directory. For example of their usage look at other styles.
- You can use softwares like Prepros for compiling your sass file into css. Other tools like gulp or webpack should not pushed to the repository.