Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.
Pierce James Morris edited this page Mar 25, 2019 · 1 revision

Images

The img folder contains all the images & icons used within the project. They can be accessed using an absolute path. The linking convention is that specified by Next.js; the package we use to render React on the server-side.

<img className="navbar-image left" src="static/img/jukebox-logo-white.png" />

Cascading Style Sheets (CSS)

For designing our project, we are using Syntactically Awesome Style Sheets (SASS) which is syntactical sugar for CSS. This allows us to clean our design code to allow for scalability, and keep design patterns reproducible.