You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.ts 179B

12345678910
  1. import styled, {
  2. css,
  3. getCssString,
  4. globalStyles,
  5. light,
  6. dark,
  7. } from "./stitches.config"
  8. export default styled
  9. export { css, getCssString, globalStyles, light, dark }