Skip to content

A Swift wrapper around the LibSass C/C++ port of the Sass engine.

License

Notifications You must be signed in to change notification settings

robinwalterfit/Swift-libsass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift-libsass

This repository helps you to link the C LibSass library in your Swift projects.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To use this repository you need to install the LibSass Library first.

See this instructions for building/installing LibSass.

Installing

If you want to use LibSass in your Swift projects create a new library/executable project and add Swift-libsass as a dependency.

First create a new Project

$ mkdir example
$ cd example
$ swift package init # or swift package init --type library

Edit your Package.swift and add the dependency

.package( url: "https://github.com/robinwalterfit/Swift-libsass.git", from: "1.0.0" )

Built With

  • LibSass - The LibSass C/C++ port of the Sass engine

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A Swift wrapper around the LibSass C/C++ port of the Sass engine.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published