Skip to content

Commit

Permalink
Fix broken link in tailwind.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Feb 23, 2024
1 parent 07debbd commit ce9365d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extras/tailwind.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ image: null
# Tailwind Style

Tailwind allows to apply styles to any DOM element, so you don't actually need any special extra to produce a different output.
You can use the standard pagy helpers and `@apply` the tailwind classes by just using the [pagy.tailwind.scss](http://localhost:5000/pagy/docs/api/stylesheets/#pagy-tailwind-scss) stylesheet file.
You can use the standard pagy helpers and `@apply` the tailwind classes by just using the [pagy.tailwind.scss](../api/stylesheets/#pagy-tailwind-scss) stylesheet file.

3 comments on commit ce9365d

@buncis
Copy link

@buncis buncis commented on ce9365d Feb 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dude its still broken

my bad, its work on the web broken on github,

but the downlaod link on the web broken

@ddnexus
Copy link
Owner Author

@ddnexus ddnexus commented on ce9365d Feb 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The app download link Is broken on the stylesheet page, the stylesheet download link is not. I will fix it. Thank you.

@ddnexus
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be all fixed now. Retype was not copying the linked files, despite their own documentation saying:

"If you create a link to local static file, such as .zip file, Retype will automatically copy that file to the generated website." (more details here)

Fixed in the retype.yml changes in 63c4220 by explicitly excluding and including the files to copy.

Please sign in to comment.