0.0.6 • Published 4 years ago

@youseedk/typed-css v0.0.6

Weekly downloads
11
License
ISC
Repository
gitlab
Last release
4 years ago

Typed CSS

Creates TypeScript type definition files from CSS and SCSS files.

Installation

npm install --save-dev @youseedk/typed-css

Usage

  "scripts": {
    "build": "typed-css <input dir> -o <output dir>",
  }

Defaults options

  --watch = false
  --pattern = '**/*.{scss,css}'
  --ignore = '**/node_modules/**'
  --outputDir = ''