libsass

1.0.0

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

What's New

v1.0.0

2017-10-28T11:50:37Z

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

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Mar 16 2024 11:03:49 GMT-0900 (Hawaii-Aleutian Daylight Time)