create-react-app-typescript icon indicating copy to clipboard operation
create-react-app-typescript copied to clipboard

fix: css-module support about 'keyframes logo-spin'

Open xiaoxiangmoe opened this issue 7 years ago • 0 comments

  1. fix error about @keyframes logo-spin
  2. In order to maintain the same behavior as the create-react-app, we need use App.module.css rather than using App.css to enable css-module
  3. add *.module.css type definition

xiaoxiangmoe avatar Oct 07 '18 15:10 xiaoxiangmoe