1.2.12 • Published 7 years ago

ftcm-loader v1.2.12

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

FTCM-Loader

This library is a webpack loader for Friendly-Typed-CSS-Modules. It's super cool and you'll love it. Every time you change a css file, ftcm-loader will generate new .d.ts files next to them. Yay! Types!

How to Use

Just add this to your webpack config. It should probably be above any transpilers you might have.

  {
    loader: 'ftcm-loader',
    options: {
      allowGenericStringAccess: true, // this adds `[key: string]: string` to all of your css files allowing you to `accessThem[like + this]`;
    },
  },
1.2.12

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.111

7 years ago

1.1.11

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.31

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago