File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
- Added support for Tailwind CSS 4.0.0.
6
6
- Default version is Tailwind CSS 4.0.0.
7
7
- The versioning is now aligned with Tailwind CSS. That means the major number of this packages
8
- follows the major number of Tailwind CSS to document the most recent support version of it .
8
+ follows the major number of Tailwind CSS to document the most recent supported version of Tailwind .
9
9
- Removed the management commands ` install_pycharm_workaround ` and ` uninstall_pycharm_workaround ` .
10
10
This feature broke too often.
11
11
- Removed ` runserver_plus ` subcommand. The management subcommand ` runserver ` now starts either the
12
12
debug server from django-extensions if this package is installed. Otherwise it starts the standard
13
13
debug server.
14
- - The management subcommand ` runserver ` has a option ` --force-default-runserver ` to enforce the
14
+ - The management subcommand ` runserver ` got an option ` --force-default-runserver ` to enforce the
15
15
usage of the standard debug server from Django.
16
16
- ` TAILWIND_CLI_CONFIG_FILE ` isn't necessary for Tailwind CSS 4.x only for 3.x.
17
17
[ Read the documentaiton about it.] ( https://django-tailwind-cli.rtfd.io/latest/installation/settings )
You can’t perform that action at this time.
0 commit comments