Skip to content

Added Tailwind CSS Cheat Sheet(v4 and v3) #850

Added Tailwind CSS Cheat Sheet(v4 and v3)

Added Tailwind CSS Cheat Sheet(v4 and v3) #850

Workflow file for this run

name: Lint
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npx awesome-lint
- run: npx case-police "./README.md"