postcss-calc-ast-parser

v0.1.4
Parses calc of css and converts it to AST.
postcss css calc parser math ast

build

tsc --project .

test

nyc npm run _mocha && npm run coverage

lint

eslint src test --ext .js,.ts

update-fixtures

node scripts/update-fixtures-ast.js

create-fixtures

node scripts/create-fixtures-ast.js

watch:tsc

tsc --watch

test:cov

npm test && npm run coverage-open

_mocha

_mocha "test/**/*.js" --reporter dot --timeout 10000

clean

rimraf .nyc_output dist coverage

coverage

nyc report --reporter lcov

coverage-open

opener ./coverage/lcov-report/index.html

prebuild

npm run -s clean

pretest

npm run -s build && npm run lint

preupdate-fixtures

npm run -s build
npm i postcss-calc-ast-parser

Metadata

  • MIT
  • >=6.5
  • Yosuke Ota
  • released 1/29/2019

Downloads

Maintainers