Skip to content

Optimize getComputedStyle calls in anchored-position by combining DOM traversals and caching styles #920

Optimize getComputedStyle calls in anchored-position by combining DOM traversals and caching styles

Optimize getComputedStyle calls in anchored-position by combining DOM traversals and caching styles #920

Workflow file for this run

name: Size
on: [pull_request]
jobs:
size:
name: Size
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Size Limit
run: npm run size-limit