Harvard University Fall 2017
CSCI E-12 Fundamentals of Web Site Development
« previous
|
Slide 23
CSS Preprocessors
Sass
, CSS with superpowers
SCSS Hello World
SCSS Variables
Nesting
Mixins
@extend
Harvard Web Color Palette
Less
, Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.
Less - Hello World
TOC
« previous
|
Slide 23
Copyright © David Heitmeyer