diff --git a/Felipe Martin.lektorproject b/Felipe Martin.lektorproject index f800a1a..3bbc1eb 100644 --- a/Felipe Martin.lektorproject +++ b/Felipe Martin.lektorproject @@ -8,3 +8,4 @@ lektor-markdown-header-anchors = 0.3.1 lektor-atom = 0.3 lektor-htmlmin = 1.0.2 lektor-markdown-highlighter = 0.3.1 +lektor-scss = 1.4.0 diff --git a/Makefile b/Makefile index e352d43..1dc8698 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ clean: build: make clean - poetry run lektor build --output-path ${PWD}/public --buildstate-path ${PWD}/.lektor + poetry run lektor build -f scss --output-path ${PWD}/public --buildstate-path ${PWD}/.lektor