dietza / Overlook

0 stars 0 forks source link

SASS styling #2

Open dietza opened 3 years ago

dietza commented 3 years ago

As a DEVELOPER, I should be able to... As a developer, I want to develop the css.styles using sass

Describe the solution you'd like Project Spec: Demonstrate understanding writing styling using Sass instead of CSS syntax. You should break your Sass out into separate files. At a minimum, you will want an index.scss file that imports your partials, and a variables.scss file that contains any of your Sass variables or function definitions

Questions // Concerns related to this issue Review SASS lesson recording

Additional context Your Sass should be making use of:

dietza commented 3 years ago

RETURN to SEPARATE out files - IMPORTing variables.scss to base.scss