File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/tailwind/app_template_v4/{{cookiecutter.app_name}}/static_src Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " django-tailwind"
3
- version = " 4.0.0 "
3
+ version = " 4.0.1 "
4
4
description = " Tailwind CSS Framework for Django projects"
5
5
authors = [" Tim Kamanin <tim@timonweb.com>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " {{ cookiecutter.app_name }}" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"description" : " " ,
5
5
"scripts" : {
6
6
"start" : " npm run dev" ,
Original file line number Diff line number Diff line change 4
4
* A catch-all path to Django template files, JavaScript, and Python files
5
5
* that contain Tailwind CSS classes and will be scanned by Tailwind to generate the final CSS file.
6
6
*
7
- * If your final CSS file is not being updated after code changes, you may want to broaden the scope of this path.
7
+ * If your final CSS file is not being updated after code changes, you may want to broaden or narrow
8
+ * the scope of this path.
8
9
*/
9
- @source "../../**/*.{html,py,js}" ;
10
+ @source "../../../ **/*.{html,py,js}" ;
You can’t perform that action at this time.
0 commit comments