From 5ff2f89afb71fd2976c487692ec73085241e09c7 Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 6 Jun 2021 00:32:24 +0800 Subject: Stop use postcss-nested postcss-extend-rule --- src/components/Loading.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Loading.tsx') diff --git a/src/components/Loading.tsx b/src/components/Loading.tsx index 208c4af..12ced75 100644 --- a/src/components/Loading.tsx +++ b/src/components/Loading.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import s from './Loading.module.css'; +import s from './Loading.module.scss'; type Props = { height?: string; -- cgit v1.3.1