Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 2.53 KB

File metadata and controls

72 lines (44 loc) · 2.53 KB

#sass #css #html #assembler-institute #master-in-software-engineering

Assembler Institute - SASS - Clone Instagram

Version

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

Index

Requirements

  • 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

Repository

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.

Fork on GitHub

Installing

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:

Technologies used

* SASS

* CSS

* HTML

Project delivery

To deliver this project you must follow the steps indicated in the document:

Resources