Skip to content

feat(css): Add missing <try-size> syntax for position-try-order property #627

feat(css): Add missing <try-size> syntax for position-try-order property

feat(css): Add missing <try-size> syntax for position-try-order property #627

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: npm ci
- run: npm test