grisumbras / m-sass

Sass version of m.css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m-sass

Download Build status

Sass version of m.css

Install

Using Conan

Add the Conan remote that contains the package:

$ conan remote add grisumbras https://api.bintray.com/conan/grisumbras/conan

Then put into your conanfile.txt

[requires]
m-sass/0.0.1@grisumbras/stable

Or into your conanfile.py

class YourConan(ConanFile):
  requires = 'm-sass/0.0.1@grisumbras/stable'

From sources

$ git clone https://github.com/grisumbras/m-sass.git
$ cd m-sass
$ b2 install --prefix=<installation prefix>

Usage

Maintainer

Dmitry Arkhipov <grisumbras@gmail.com>

Contributing

Patches welcome!

License

BSL-1.0 © 2019 Dmitry Arkhipov

About

Sass version of m.css

License:Boost Software License 1.0


Languages

Language:CSS 78.4%Language:Python 21.6%