next.js/test/integration/css-fixtures/custom-configuration-loader/pages/index.js
index.js11 lines203 B
import styles from '../styles/index.css'

export default function Home() {
  return (
    <>
      <div className="my-text">This text should be red.</div>
      <style jsx>{styles}</style>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN