summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-04examples: Fix with-tailwindcss example #1256 (#1312)Gravatar kreako 2-1/+4
2021-08-16cleanup example faviconsGravatar Fred K. Schott 1-2/+1
2021-08-16Adding favicon to examples (#1084)Gravatar Rafid Muhymin Wafi 1-0/+4
2021-07-16Update docs in compiler messages (#710)Gravatar Caleb Jasik 1-1/+1
* `github.com/snowpackjs/astro/blob/main/docs/*.md` -> `docs.astro.build/*/` * convert links to docs site links * Fix broken links that didn't work w/ the regex. * Add changeset * Delete five-weeks-destroy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-13code review commentsGravatar Fred K. Schott 1-2/+1
2021-07-13Add lang attribute to html tagsGravatar Shreesh Bhat 1-1/+2
2021-07-01update example astro inline docs (#592)Gravatar Fred K. Schott 1-1/+4
2021-06-28Restructure examples (#568)Gravatar Nate Moore 2-0/+18
* rename kitchen sink, pull out react example * split out the rest of the examples * align versions * chore: rename examples * chore: normalize gitignore * chore: update package versions * chore: move framework examples to `framework` namespace * docs: add README to examples Co-authored-by: Austin Crim <crim.austin@principal.com>