Skip to content

Adds responsive margin, gutter, offset and overlayWidth #17

Adds responsive margin, gutter, offset and overlayWidth

Adds responsive margin, gutter, offset and overlayWidth #17

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm install
- run: npm run tsc
- run: npm run test:once
- run: npm run build --workspace=react-figma-layout-guide
- run: npm run build