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/Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Input.js') diff --git a/src/components/Input.js b/src/components/Input.js index f621b43..c7bfbbe 100644 --- a/src/components/Input.js +++ b/src/components/Input.js @@ -1,7 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; -import s0 from './Input.module.scss'; +import s0 from './Input.module.css'; export default function Input(props) { return ; -- cgit v1.3.1