1.0.14 • Published 5 years ago

gatsby-transformer-typescript-css-modules v1.0.14

Weekly downloads
405
License
ISC
Repository
-
Last release
5 years ago

Forked From

https://github.com/jcreamer898/gatsby-plugin-typescript-css-modules

Gatsby Plugin Typescript CSS Modules

This GatsbyJS plugin adds typings-for-css-modules-loader to your configuration

Import styles normally

import * as styles from "./page.module.css";

and typings-for-css-modules-loader will read the CSS file and generates a .d.ts file alongside your css.

Installing

First, install the plugin...

npm i gatsby-transformer-typescript-css-modules --save

Then, add the plugin to your gatsby-config.js...

  // ...
  "gatsby-transformer-typescript-css-modules"
]
1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago