fix(components): REL-10382 - update the way snippet CSS is applied so that children get colors all set #3758
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Compressed Size | |
| on: pull_request | |
| jobs: | |
| build: | |
| name: Package Size | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| with: | |
| fetch-depth: 0 | |
| - uses: pnpm/action-setup@v4 | |
| - name: Setup Node | |
| uses: actions/setup-node@v4 | |
| with: | |
| node-version: 22 | |
| cache: pnpm | |
| - uses: preactjs/compressed-size-action@v2 | |
| with: | |
| pattern: '**/dist/**/*.{css,js}' |