michalusio / KuneKune

An informational site about KuneKunes
0 stars 0 forks source link

Create the basic style variables for the project #10

Closed michalusio closed 5 months ago

michalusio commented 5 months ago

We want our styles to have common colors and breakpoints available everywhere, so when we want to change some of them we won't have to go through the entire project.

To achieve that, create a _variables.scss file in the src/Styles folder (create it if needed), and put the variables there.

[!NOTE] Having the scss file start with _ means that this file is to be imported by other scss files, and not used separately

We want to have variables for each of the colors we will use in the design (your call!), as well as variables for the design breakpoints.

Common breakpoints:

[!NOTE] You can check out how to declare SCSS variables here