An open API service indexing awesome lists of open source software.

https://github.com/localvoid/tscss

TypeScript definition generator for Modular CSS
https://github.com/localvoid/tscss

Last synced: 5 months ago
JSON representation

TypeScript definition generator for Modular CSS

Awesome Lists containing this project

README

          

# tscss

`tscss` is a CLI tool that generates TypeScript definitions for [Modular CSS](https://github.com/tivac/modular-css)
files.

## Usage Example

```sh
$ tscss --watch --path src/**/*.css
```

## CLI Options

```
Usage: tscss [opts]
Available options:
--path or -p Minimatch pattern for css files. Defaults to "src/**/*.css".
--watch or -w Enable watch mode.
--version or -v Print tscss version.
```