Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/clydedz/clymate-scaffolding-sass-nuget
- Owner: ClydeDz
- License: mit
- Created: 2019-04-03T06:50:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T18:51:37.000Z (over 1 year ago)
- Last Synced: 2025-01-17T05:37:01.129Z (25 days ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://www.nuget.org/packages/Clymate.Scaffolding.Sass
- Size: 678 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)