Skip to content
Clyde D'Souza edited this page Apr 21, 2019 · 5 revisions

Clymate Scaffolding for Sass (NuGet)

Adds basic Sass scaffolding to your project. Use this scaffolding along with a sass compiler of your choice.

NuGet NuGet Downloads Build status

How to use

Installation

Library can either be directly downloaded from Nuget.org, OR installed via the NuGet Package Manager UI or via the Package Manager Console if you're using Visual Studio.

Command to install Clymate.Scaffolding.Sass NuGet via the Package Manager Console UI in Visual Studio shown below.

PM> Install-Package Clymate.Scaffolding.Sass 

Output

Installing this package creates a Sass scaffolding in your project like the picture below.
output

Release notes

v1.0.0

First release with basic Sass scaffolding.

Credits

(c) 2019 Clyde D'Souza
Icon credits: Canva

Clone this wiki locally