Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/louisdevie/komoe-sass
- Owner: louisdevie
- Created: 2022-10-22T19:41:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T19:57:22.000Z (about 2 years ago)
- Last Synced: 2023-09-19T04:11:09.547Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*