terra-mixins

v1.29.0
The terra-mixins component supplies global mixins for use throughout the Terra ecosystem.
Cerner Terra terra-mixins Mixins UI

compile

npm run compile:clean && npm run compile:build

compile:clean

rm -rf lib

compile:build

babel src --out-dir lib --copy-files

lint

npm run lint:scss

lint:scss

stylelint src/**/*.scss

test

npm run test:spec

test:spec

echo "Warning: no test written" && exit 0

Metadata

Downloads