Simple lektor sass plugin
- Using python's libsass to compile the final CSS Closes #4
This commit is contained in:
parent
6ceae7c22c
commit
cba44a38fc
11 changed files with 216 additions and 5519 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,8 +2,6 @@
|
|||
__pycache__
|
||||
.venv
|
||||
|
||||
# node/bower
|
||||
node_modules
|
||||
|
||||
# emacs
|
||||
*~
|
||||
|
@ -24,4 +22,4 @@ public
|
|||
packages/**/*.egg-info
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue