JJVvV / typed-sass-modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 "@jjvvv/typed-sass-modules";

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

About


Languages

Language:JavaScript 99.0%Language:CSS 1.0%