Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/louisdevie/komoe-sass

Sass plugin for Komoe
https://github.com/louisdevie/komoe-sass

Last synced: 21 days ago
JSON representation

Sass plugin for Komoe

Awesome Lists containing this project

README

        

# Sass plugin for Komoe

# Installation

`pip install komoe-sass==0.1.0`

You will also need to [install the Sass compiler](https://sass-lang.com/install).

# Setup

Add the following to your `komoe.toml`:

```toml
[plugin.sass]
package = "komoe_sass"
config = { path = "style" } # the directory where to look for .scss and .sass files
```

---

*All the code in the repository belongs to the public domain*