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/Loading2.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Loading2.tsx') diff --git a/src/components/Loading2.tsx b/src/components/Loading2.tsx index edb2656..b847eb4 100644 --- a/src/components/Loading2.tsx +++ b/src/components/Loading2.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import s0 from './Loading2.module.css'; +import s0 from './Loading2.module.scss'; import SvgYacd from './SvgYacd'; function Loading() { -- cgit v1.3.1