1.1.6 • Published 5 years ago

@jjvvv/typed-sass-modules v1.1.6

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

Creates TypeScript type definition files from SASS files.

It is a refactoring for awesome-typed-css-modules.

CLI

npm install -g awesome-typed-sass-modules

see all options

atsm -h
atsm -p example/**/*.scss

API

import Creator from "awesome-typed-sass-modules";

const ins = new Creator({
  verbose: true
});
ins.create("css/**/*.scss");
ins.watch();