Skip to content

georgikeranov97/css-preprocessors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS preprocessors live coding demo

This is the simple page we codded at the end of the presentation. It is refined and complited. To run it you need to clone the project and execute this comands to run SASS compiler and browser-sync web server. You should be in project folder e.g. "/css-preprocessors"

First terminal

    npm i -g sass
    sass src/scss/style.scss assets/css/style.css --watch

Second terminal

   npm i -g browser-sync
   browser-sync start --server --watch --files "**.*"

... and Magic

Homework

Part 1:

  • Look cearfuly at the project code - selectors naming, nesting, reusage, @mixins, @content, if, variables
  • Figure out how the things work and if you don't get something write your questions and we will discuse them

Part 2:

Releases

No releases published

Packages

No packages published