Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clydedz/clymate-scaffolding-sass-nuget

Adds basic Sass scaffolding to your project. Use this scaffolding along with a sass compiler of your choice.
https://github.com/clydedz/clymate-scaffolding-sass-nuget

class-library clyde-dsouza clydedsouza clymate clymate-scaffolding-sass clymate-scaffolding-sass-nuget css netstandard netstandard20 nuget nuget-package preprocessor sass sass-boilerplate scaffolding scss

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# Clymate Scaffolding for Sass (NuGet)

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

[![NuGet](https://img.shields.io/nuget/v/Clymate.Scaffolding.Sass.svg?colorB=green&label=NuGet&logo=nuget&style=flat)](https://www.nuget.org/packages/Clymate.Scaffolding.Sass/)
[![NuGet Downloads](https://img.shields.io/nuget/dt/Clymate.Scaffolding.Sass.svg?colorB=%23004880&label=NuGet%20Downloads&logo=nuget&style=flat)](https://www.nuget.org/packages/Clymate.Scaffolding.Sass/)
[![Build status](https://dev.azure.com/horoscope-nuget/Clymate.Scaffolding.Sass/_apis/build/status/Master%20branch%20build)](https://dev.azure.com/horoscope-nuget/Clymate.Scaffolding.Sass/_build/latest?definitionId=1)

## How to use
#### Installation
Library can either be directly downloaded from [Nuget.org](https://www.nuget.org/packages/Horoscope/), OR installed via the [NuGet Package Manager UI](https://docs.microsoft.com/en-us/nuget/tools/package-manager-ui#finding-and-installing-a-package) or via the [Package Manager Console](https://docs.microsoft.com/en-us/nuget/tools/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.
```PowerShell
PM> Install-Package Clymate.Scaffolding.Sass
```

#### Output
Installing this package creates a Sass scaffolding in your project like the picture below.
![output](https://raw.githubusercontent.com/ClydeDz/clymate-scaffolding-sass-nuget/master/output.png)

## Release notes
Find release notes [here](https://github.com/ClydeDz/clymate-scaffolding-sass-nuget/wiki#release-notes).

## Credits
(c) 2019 [Clyde D'Souza](https://clydedsouza.net)
Icon credits: [Canva](https://canva.com)