Skip to content

Add !important or !{selector} usage #20

Add !important or !{selector} usage

Add !important or !{selector} usage #20

Workflow file for this run

---
name: Tests
on:
push:
tags_ignore:
- '*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: corepack yarn
- run: corepack yarn test