UNPKG

postcss-jit-props

Version:

PostCSS plugin to insert variables from a data source based on discovered usage

19 lines (17 loc) 390 B
name: Unit Tests on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - run: npm test