Skip to content

Commit 788d241

Browse files
committed
🚀 RELEASE: v0.1.0
1 parent 93d7789 commit 788d241

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
# scss-compile [IN-DEVELOPMENT]
1+
# scss-compile
22

33
A CLI for compiling SCSS files to CSS, and associated pre-commit hook.
44

55
This CLI is a small wrapper around [libsass-python](https://github.com/sass/libsass-python),
66
which also aims to be compatible with [pre-commit](https://pre-commit.com/),
77
and provide a pre-commit hook.
88

9+
**NOTE**: The package in on alpha release, but looks to be working as intended,
10+
and will be trialled in [sphinx-panels](https://github.com/executablebooks/sphinx-panels),
11+
and then [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme).
12+
913
## Installation
1014

11-
To use directly as CLI:
15+
To use directly as a CLI:
1216

1317
```console
1418
pip install scss-compile

scss_compile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.1.0"
22

33
import json
44
import hashlib

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="scss-compile",
15-
version="version",
15+
version=version,
1616
description=(
1717
"A CLI for compiling SCSS files to CSS, and associated pre-commit hook."
1818
),

0 commit comments

Comments
 (0)