gulp-typed-css-modules
This is a gulp plugin for me, which wraps typed-css-modules.
Installation
npm install --save-dev gulp-typed-css-modules
Usage
const gulp = ;const gulp_tcm = ; gulp;
This will create *.css.d.ts
files next to each *.css
file.
typed-css-modules
Providing To use your own typed-css-modules
instead of the built-in one, do:
Options
- quiet: if true, suppress warning messages from
typed-css-modules
. - tcm:
typed-css-modules
module.
Any other option is passed to typed-css-modules
(DtsCreator
).
Contributing
welcome
Changelog
Note: All dates are in JST.
- 2.0.1 (2018-11-28): Downgraded dependencies. (
c97db67
) - 2.0.0 (2018-11-28):
- Updated dependencies. This includes potential breaking change of
typed-css-modules
. (7b0efa3
) - Dropped support of node < 6. (
99f8b62
)
- Updated dependencies. This includes potential breaking change of
- 1.1.1 (2018-11-28): Updated dependencies. (
00a607c
) - 1.1.0 (2017-05-07): Update built-in
typed-css-modules
from0.1.3
to0.2.0
. (f408d78
) - 1.0.0 (2016-12-15): The first version.
License
MIT