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/Loading.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Loading.js') diff --git a/src/components/Loading.js b/src/components/Loading.js index 7949a4b..37fcef5 100644 --- a/src/components/Loading.js +++ b/src/components/Loading.js @@ -1,7 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; -import s0 from './Loading.module.scss'; +import s0 from './Loading.module.css'; const Loading = ({ height }) => { const style = height ? { height } : {}; -- cgit v1.3.1