Fix build Postcss error (#353)

هذا الالتزام موجود في:
Thomas Miceli
2024-10-24 23:37:04 +02:00
ملتزم من قبل GitHub
الأصل 2bf434f00e
التزام ca44abfc43
2 ملفات معدلة مع 27 إضافات و4 حذوفات

عرض الملف

@@ -116,3 +116,24 @@ jobs:
- name: Run tests - name: Run tests
run: make test TEST_DB_TYPE=${{ matrix.database }} run: make test TEST_DB_TYPE=${{ matrix.database }}
build:
name: Build
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
go: ["1.22"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go 1.22
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Build
shell: bash
run: make

عرض الملف

@@ -7,6 +7,8 @@ module.exports = {
], ],
theme: { theme: {
colors: { colors: {
transparent: 'transparent',
current: 'currentColor',
white: colors.white, white: colors.white,
black: colors.black, black: colors.black,
gray: { gray: {