Слайд 2PRE CSS
CSS
POST CSS
CSS IN BROWSER
Pre CSS
Слайд 3CSS Preprocessors
A program that processes input data & produces output that is
then used as input to another program
Input → Preprocessor → Output/Input → Program
Has own syntax.
Should generate css code.
Слайд 4Why
Cool features: nesting, variables, conditions and others.
Import / export build in box
More
flexible and maintainable css
Слайд 5How to use SASS
npm i sass -g
sass entry-point out-point
Слайд 6What should I know
Nesting
Variables
Import/export
Mathematic operations
Mixings
Inheritance
Conditions/Cycles