Skip to content

Playground to learn and practice more about SASS (Syntactically Awesome Style Sheets)

Notifications You must be signed in to change notification settings

palashmon/learn-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Sass

This repo is a simple playground to learn and practice more about SASS.

Sass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax. Sass helps keep large stylesheets well-organized and makes it easy to share design within and across projects.

Mobile UI

Mobile UI

Desktop UI

Desktop UI

Usage

Installation

Install the dependencies (gulp, gulp-sass, browser-sync)

npm install

Run

This will watch your sass files, compile them and run your dev server at http://localhost:3000

npm start

About

Playground to learn and practice more about SASS (Syntactically Awesome Style Sheets)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published