This is a solution to the Recipe page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- Solution URL: https://github.com/dimitrimabom/recipe-page
- Live Site URL: https://recipe-page-ss7i.onrender.com
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- SCSS
I've concentrated here on explaining how SCSS works.
To initiate the SCSS packet, use the following command:
npm install -g sass
And so that the SCSS package continuously observes the style.scss file and converts it into CSS in the style.css file at the root of the project, use this command :
sass --watch style.scss style.css
- SCSS Docs - Install Sass and learn out to use.
- Website - Dimitri Mabom
- Frontend Mentor - @dimitrimabom
- Linkedin - Dimitri Mabom