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 11[tool .poetry ]
22name = " django-tailwind"
3- version = " 4.0.0 "
3+ version = " 4.0.1 "
44description = " Tailwind CSS Framework for Django projects"
55authors = [" Tim Kamanin <tim@timonweb.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11{
22 "name" : " {{ cookiecutter.app_name }}" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.1 " ,
44 "description" : " " ,
55 "scripts" : {
66 "start" : " npm run dev" ,
Original file line number Diff line number Diff line change 44 * A catch-all path to Django template files, JavaScript, and Python files
55 * that contain Tailwind CSS classes and will be scanned by Tailwind to generate the final CSS file.
66 *
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.
89 */
9- @source "../../**/*.{html,py,js}" ;
10+ @source "../../../ **/*.{html,py,js}" ;
You can’t perform that action at this time.
0 commit comments