Commit 5aed28f
Docusaurus add tailwind (#2965)
## Summary
This PR adds the same version of Tailwind CSS as the `cursorless-org`
package (`3.4.14`).
## Changes
- Add Tailwind CSS configuration and dependencies to the org site.
### Regression testing
Used Backstop.js to compare `main` branch with `docusaurus-add-tailwind`
branch.
```
Passing: 65
Failing: 3
```
All failing tests have been the test suite not working quite right,
screenshots below.
<details>
<summary>Backstop screenshot</summary>
## Screenshots of test suite
<img width="1706" alt="image"
src="https://github.com/user-attachments/assets/920239b6-6a84-487c-a248-144ce02a1703"
/>
<img width="1694" alt="image"
src="https://github.com/user-attachments/assets/4b66ec18-10b4-4a72-82f3-e50b238d1f9f"
/>
## Screenshots of the urls of failing tests



</details>
---------
Co-authored-by: Andreas Arvidsson <[email protected]>1 parent 76068a0 commit 5aed28f
File tree
7 files changed
+553
-256
lines changed- packages/cursorless-org-docs
- src
- css
- plugins
7 files changed
+553
-256
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments