Skip to content

Commit 26cee3d

Browse files
committed
Tailwind v4
1 parent bcbf51e commit 26cee3d

File tree

6 files changed

+67
-78
lines changed

6 files changed

+67
-78
lines changed

Diff for: .gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Plain temporary files
22
/.plain
33

4-
# Compiled assets
5-
/app/assets/dist
4+
# Compiled Tailwind css
5+
/app/assets/tailwind.min.css
66

77
# Python files
88
__pycache__

Diff for: app/assets/src/tailwind.css

-7
This file was deleted.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ dev-dependencies = [
2828
postgres = {cmd = "docker run --name app-postgres --rm -p 54321:5432 -v $(pwd)/.plain/dev/pgdata:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres postgres:15 postgres"}
2929

3030
[tool.plain.tailwind]
31-
version = "3.4.4"
31+
version = "4.0.9"

Diff for: tailwind.config.js

-11
This file was deleted.

Diff for: tailwind.css

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@import 'tailwindcss';
2+
3+
/* Add Plain packages to the sources */
4+
@import "./.plain/tailwind.css";
5+
6+
/* Form styling plugin (optional) */
7+
@plugin "@tailwindcss/forms";

0 commit comments

Comments
 (0)