WIP: tailwind mobile-first rewrite #25

Closed
squel wants to merge 9 commits from squel/tailwind into main AGit
Owner

npm install tailwindcss @tailwindcss/cli
npx @tailwindcss/cli -i ./assets/css/input.css -o ./assets/css/tw.css --watch

~~npm install tailwindcss @tailwindcss/cli npx @tailwindcss/cli -i ./assets/css/input.css -o ./assets/css/tw.css --watch~~
npm install tailwindcss @tailwindcss/cli
npx @tailwindcss/cli -i ./assets/css/input.css -o ./assets/css/tw.css --watch
squel changed title from tailwind mobile-first rewrite to WIP: tailwind mobile-first rewrite 2025-02-02 18:55:20 +00:00
Author
Owner

fwiw tw.css is generated and should be remove, for the sake of consistency of removing generated files (resolved)

~~fwiw [tw.css](https://git.squel.xyz/squel/website/src/commit/65e6c60f41e2b2c358a18040a5a300df81dd863c/assets/css/tw.css) is generated and should be remove, for the sake of [consistency](https://git.squel.xyz/squel/steam-manifest/commit/3a943e323bc10f15c951dde5cf19152389d51f8e) of removing generated files~~ (resolved)
by dropping the default color definitions (which
will go unused in this project anyways) and
post-processing the output to remove (incl. but
not limited to) unused variables.
customized feed depending on the page the user
currently is on. if the user is on X it will
receive feed Y in accordance to the list below:
- specific tag at /tag/{tag} -> /tag/{tag}/atom.xml
- post (index) at /posts(/post) -> /posts/atom.xml
- otherwise (homepage) -> /atom.xml

list.atom.xml courtesy of
https://codeberg.org/yelosan/hugo-feeds
squel closed this pull request 2025-06-12 22:40:03 +00:00
Commenting is not possible because the repository is archived.
No reviewers
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
squel/website!25
No description provided.