Skip to content

🌸 Simple application to introduce Sass css preprocessor

Notifications You must be signed in to change notification settings

ravihansa/sass-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sass Basics

What is 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.
In this application, I tried to give basic idea about Sass, Creating simple Stacked Form.  

What is included in this application?

  • Variables
  • Nesting
  • Partials/Import
  • Mixins
  • Extend/Inheritance
  • Operators

 

About

🌸 Simple application to introduce Sass css preprocessor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published