Skip to content

Commit bed1b0c

Browse files
committed
Tidy up
1 parent 8c7588f commit bed1b0c

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"cSpell.words": [
3+
"neccecery",
34
"pytest",
45
"runserver"
56
]

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This project is a port of the Themesberg [tailwind-dashboard-windster] project t
1818
- [X] Add table pagination
1919
- [X] Add table search
2020
- [X] Add gitHub Stars Button
21+
- [ ] Add table CRUD operations (inc multi-record delete)
2122
- [ ] Work out how to access client-side storage
2223
- [ ] Stop the crazy python stack dump when the a user leaves the site.
2324
- [ ] Figure out why my pytest tests need *@pytest.mark.anyio* but the ReactPy pytest tests don't
@@ -31,20 +32,19 @@ This project is a port of the Themesberg [tailwind-dashboard-windster] project t
3132
pytest --headed
3233

3334

34-
## reactpy_table
35-
36-
* [use_reactpy_table](tmp/table/examples/react/pagination/src/main.tsx#L110)
37-
[useReactTable](tmp/table/packages/react-table/src/index.tsx#L57)
35+
## Tailwind CSS
3836

37+
During development [tailwindcss play] is used. Tailwind play generates CSS rules
38+
on the fly. They are accumulated, as pages are visited, into a custom
39+
style tag. This process a fast and seamless.
3940

40-
## Tailwind CSS
41+
You can, if neccecery, create a static CSS file containing all the
42+
accumulated rules. To do this you need to copy the content of the tailwind play
43+
style tag from a live browser session and dump it to file.
4144

42-
During development [tailwindcss play] is used.
45+
Chrome debug tools are used to dump the style tag to the file:
4346

44-
To get a static css file containing all the CSS active rules, you need to copy
45-
the tailwind play generated style tag from a live browser session and
46-
dump it into a file. See *static\css\tailwind-3.3.5.css*. This file will
47-
contain the accumulated CSS rules for every page visited.
47+
./static/css/tailwind-3.3.5.css
4848

4949
## Links
5050

0 commit comments

Comments
 (0)