mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 07:31:07 -05:00
ignore tailwind
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -34,3 +34,4 @@ thrillwiki/__pycache__/urls.cpython-312.pyc
|
|||||||
thrillwiki/__pycache__/views.cpython-312.pyc
|
thrillwiki/__pycache__/views.cpython-312.pyc
|
||||||
.pytest_cache.github
|
.pytest_cache.github
|
||||||
static/css/tailwind.css
|
static/css/tailwind.css
|
||||||
|
static/css/tailwind.css
|
||||||
|
|||||||
@@ -2535,6 +2535,10 @@ select {
|
|||||||
max-width: 80rem;
|
max-width: 80rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.max-w-\[800px\] {
|
||||||
|
max-width: 800px;
|
||||||
|
}
|
||||||
|
|
||||||
.max-w-lg {
|
.max-w-lg {
|
||||||
max-width: 32rem;
|
max-width: 32rem;
|
||||||
}
|
}
|
||||||
@@ -2547,10 +2551,6 @@ select {
|
|||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.max-w-\[800px\] {
|
|
||||||
max-width: 800px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flex-1 {
|
.flex-1 {
|
||||||
flex: 1 1 0%;
|
flex: 1 1 0%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user