From 934db8e96492db45469694d1a7c68ad9c231dd8d Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
Date: Tue, 21 Aug 2018 19:26:15 +0000
Subject: [PATCH] Add SCSS via Asset Pipeline (#65)
---
.editorconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.editorconfig b/.editorconfig
index cb3f0cd..d5add1a 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -22,7 +22,7 @@
indent_size = 2
# web files
-[*.{html,css,less}]
+[*.{html,css,scss}]
indent_size = 2
[Makefile]
--
Gitblit v1.10.0