Skip to content

Commit 5d9d401

Browse files
committed
update doc
1 parent 438cc4f commit 5d9d401

File tree

6 files changed

+22
-7
lines changed

6 files changed

+22
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## v1.0.4
4+
5+
1. Upgrade nvmrc to use Node v22.
6+
2. Upgrade the frontend dependency
7+
3. Add `Tailwind`, `Bootstrap` and the `SCSS` as the pre-built style solutions.
8+
4. Add doc for `Tailwind v4`
9+
310
## v1.0.3
411

512
1. Remove `Bootstrap` from the default setup.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
Bring modern frontend tooling to Django, Flask, within minutes.
88

9+
Key Features:
10+
11+
1. Out-of-the-box support for `Tailwind CSS`, `Bootstrap`, and `SCSS`.
12+
1. Seamless integration of modern JavaScript tooling.
13+
1. Effortless code linting for JavaScript, CSS, and SCSS.
14+
1. Comprehensive documentation with detailed configuration instructions.
15+
916
## Documentation
1017

1118
[Documentation](https://python-webpack-boilerplate.rtfd.io/)

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99

1010
## Style Solutions
1111

12-
1. [Tailwind CSS](setup_with_tailwind.md)
13-
2. [Bootstrap](setup_with_bootstrap.md)
12+
1. [Tailwind CSS v4](setup_with_tailwind.md)
13+
2. [Tailwind CSS v3](setup_with_tailwind3.md)
14+
3. [Bootstrap](setup_with_bootstrap.md)
1415

1516
## Features
1617

docs/setup_with_tailwind.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tailwind CSS V4
1+
# Tailwind CSS v4
22

33
From `python-webpack-boilerplate>=1.0.4`, we can choose `tailwind` as the style solution when creating the frontend project.
44

@@ -66,4 +66,4 @@ Below is an example
6666

6767
## Tailwind V3
6868

69-
If you still want to install Tailwind V3, please check [Tailwind CSS V3](setup_with_tailwind3.md)
69+
If you still want to install Tailwind V3, please check [Tailwind CSS v3](setup_with_tailwind3.md)

docs/setup_with_tailwind3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tailwind CSS V3
1+
# Tailwind CSS v3
22

33
This guide will help you install and config `Tailwind v3`
44

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ nav:
2020
- Frontend workflow: frontend.md
2121
- Code Linting: linting.md
2222
- Live Reload: live_reload.md
23-
- Tailwind CSS V4: setup_with_tailwind.md
24-
- Tailwind CSS V3: setup_with_tailwind3.md
23+
- Tailwind CSS v4: setup_with_tailwind.md
24+
- Tailwind CSS v3: setup_with_tailwind3.md
2525
- Bootstrap: setup_with_bootstrap.md
2626
- React: react.md
2727
- Vue: vue.md

0 commit comments

Comments
 (0)