gatsby-transformer-typescript-css-modules

1.0.14 • Public • Published

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"
]

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.14320latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.14320
1.0.131
1.0.121
1.0.111
1.0.101
1.0.91
1.0.81
1.0.71
1.0.61
1.0.51
1.0.41
1.0.31
1.0.21
1.0.11
1.0.01

Package Sidebar

Install

npm i gatsby-transformer-typescript-css-modules

Weekly Downloads

334

Version

1.0.14

License

ISC

Unpacked Size

27.5 kB

Total Files

14

Last publish

Collaborators

  • robertmenke