fixel99 / tesla

my school tesla project
https://fixel99.github.io/tesla/
0 stars 0 forks source link

SCSS example #25

Open russmaxdesign opened 7 years ago

russmaxdesign commented 7 years ago

@fixel99

I've created a quick starter version of your site using SCSS. So, I just followed the steps we discussed:

  1. Move the CSS file down to the SCSS folder
  2. break the file into a series of sub-files - making sure each one is named with an underscore to start
  3. Create a master file to import all the sub-files into it
  4. Use software like prepross to compile the SCSS into a new styles.css

In have not done any variables yet, but wanted to show you the basics of the approach