Skip to content

[web] esbuild-plugin-tailwindcss doesn't work with inline, use postcss #2184

[web] esbuild-plugin-tailwindcss doesn't work with inline, use postcss

[web] esbuild-plugin-tailwindcss doesn't work with inline, use postcss #2184

Workflow file for this run

name: go-build
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- name: Build
run: go build -v ./...