From 638fb04602f02befbba4df7fbe37d2f4bd790e10 Mon Sep 17 00:00:00 2001 From: kuang Date: Tue, 15 Mar 2016 21:19:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E9=BB=98=E8=AE=A4=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0scss=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 现在一般用sass都是用scss后缀,用这个普遍性更好,不用经常修改User配置。 --- cssrem.sublime-settings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cssrem.sublime-settings b/cssrem.sublime-settings index 7ecea9a..b5f4a28 100644 --- a/cssrem.sublime-settings +++ b/cssrem.sublime-settings @@ -1,5 +1,5 @@ { "px_to_rem": 40, "max_rem_fraction_length": 6, - "available_file_types": [".css", ".less", ".sass"] -} \ No newline at end of file + "available_file_types": [".css", ".less", ".sass", ".scss"] +}