From 84efc7812457a10074ea8b55534abc4948e5ae1c Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 4 Jun 2020 16:11:03 +0800 Subject: refactor(front): Refactor scss to sass and refactor timeline styles. --- Timeline/ClientApp/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Timeline/ClientApp/src/index.tsx') diff --git a/Timeline/ClientApp/src/index.tsx b/Timeline/ClientApp/src/index.tsx index 0c66dda0..086bd6e8 100644 --- a/Timeline/ClientApp/src/index.tsx +++ b/Timeline/ClientApp/src/index.tsx @@ -6,7 +6,7 @@ import 'pepjs'; import React from 'react'; import ReactDOM from 'react-dom'; -import './index.scss'; +import './index.sass'; import './i18n'; -- cgit v1.2.3