javascripteverywhere/web

about normalize.css use

Opened this issue · 0 comments

import normalize from 'normalize.css';
export default createGlobalStyle`
${normalize}

The interpolation syntax here seems to have no actual effect.

Same as import 'normalize.css', isn't it ?