From 7dac1d44c7b13184e4a1cbdb4113df2bb8db9d7e Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 14 Apr 2019 22:56:14 +0800 Subject: refactor: replace sass with postcss --- src/components/Proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Proxy.js') diff --git a/src/components/Proxy.js b/src/components/Proxy.js index 3d22ade..57f3657 100644 --- a/src/components/Proxy.js +++ b/src/components/Proxy.js @@ -14,7 +14,7 @@ import direct from 's/direct.svg'; import http from 's/http.svg'; import group from 's/group.svg'; -import s0 from './Proxy.module.scss'; +import s0 from './Proxy.module.css'; import { getDelay, getProxies } from 'd/proxies'; -- cgit v1.3.1