#sass
#css
#html
#assembler-institute
#master-in-software-engineering
Sass (which stands for 'Syntactically awesome style sheets) is an extension of CSS that enables you to use things like variables, nested rules, inline imports and more
The purpose of this project is to learn the basics of SASS and put them into practice by building a visual replica of Instagram
- You must use variables at least once in the project.
- You must use nesting.
- You must use inheritance at least once in the project.
- You cannot use third party libraries for the development of this pill
First of all you must fork this project into your GitHub account.
To create a fork on GitHub is as easy as clicking the “fork” button on the repository page.
In this project you must use the VSCode SASS extension in order to compile SASS into CSS.
First of all you will need to install the extension:
When the extension is installed correctly, having a SASS file open, you must click on "Watch Sass":
If you want to change some configuration of "Live SASS Compiler" you can check this official resource:
* SASS
* CSS
* HTML
To deliver this project you must follow the steps indicated in the document: