8000 Bump @tailwindcss/postcss from 4.1.7 to 4.1.8 · laststance/create-react-app-vite@1f0679d · GitHub
[go: up one dir, main page]

Skip to content

Bump @tailwindcss/postcss from 4.1.7 to 4.1.8 #2669

Bump @tailwindcss/postcss from 4.1.7 to 4.1.8

Bump @tailwindcss/postcss from 4.1.7 to 4.1.8 #2669

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- run: pnpm build
0