@microsoft/fast-components-styles-msft

v4.27.2
Javascript style sheets for FAST components

clean:dist

node ../../build/clean.js dist

clean:tmp

node ../../build/clean.js .tmp

tslint

tslint -c ./tslint.json '**/*.ts'

tslint:fix

tslint -c ./tslint.json --fix '**/*.ts'

test

yarn tslint && yarn unit-tests

build

yarn generate-palettes && tsc -p ./tsconfig.build.json

build:watch

yarn build -- -w

prepare

yarn clean:dist && yarn build

prettier

prettier --config ../../.prettierrc --write "**/*.ts"

prettier:diff

prettier --config ../../.prettierrc "**/*.ts" --list-different

unit-tests

jest --runInBand

unit-tests:watch

jest --watch

watch

yarn build -- -w --preserveWatchOutput

generate-palettes

rollup --config && node .tmp/generate-palettes.js && yarn clean:tmp
npm i @microsoft/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 1/7/2020

Downloads