File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- # scss-compile [ IN-DEVELOPMENT ]
1
+ # scss-compile
2
2
3
3
A CLI for compiling SCSS files to CSS, and associated pre-commit hook.
4
4
5
5
This CLI is a small wrapper around [ libsass-python] ( https://github.com/sass/libsass-python ) ,
6
6
which also aims to be compatible with [ pre-commit] ( https://pre-commit.com/ ) ,
7
7
and provide a pre-commit hook.
8
8
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
+
9
13
## Installation
10
14
11
- To use directly as CLI:
15
+ To use directly as a CLI:
12
16
13
17
``` console
14
18
pip install scss-compile
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.1 "
1
+ __version__ = "0.1.0 "
2
2
3
3
import json
4
4
import hashlib
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "scss-compile" ,
15
- version = " version" ,
15
+ version = version ,
16
16
description = (
17
17
"A CLI for compiling SCSS files to CSS, and associated pre-commit hook."
18
18
),
You can’t perform that action at this time.
0 commit comments