summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-07chore: remove MDX integration from Tailwind example (#7987)Gravatar Elian ☕️ 2-13/+16
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-01-27fix: autoprefixer on dev mode for tailwind plugin (#6002)Gravatar Roy Eden 1-1/+1
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-10-18update with-tailwind example to use mdx (#5104)Gravatar Yaroslav Lapin 2-11/+13
* add mdx since md is deprecated now * rename .md -> .mdx * fix component import * yarn format
2022-10-12Run astro check on all examples in CI (#5022)Gravatar Erika 1-1/+5
* Run astro check on all examples in CI * Output stderr * Build Astro before running checks * Making things faster + colors * Fix errors inside examples * Add congrats message * Revert unentional change to tsconfigs * Remove more unneeded changes
2022-08-17Switch examples favicon to use svg (#4331)Gravatar Nate Moore 2-2/+2
* chore(examples): switch favicon to svg * chore: astro.svg => favicon.svg * Update examples/basics/README.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-08-08Add Astro.generator (#4012)Gravatar Nate Moore 1-0/+1
* feat: add generator property and component * chore: remove `Generator` component * chore: update generator description * chore: include generator in examples * chore: update lockfile * chore: format * fix: do not reference core from server runtime * chore: remove component test Co-authored-by: Nate Moore <nate@astro.build>
2022-08-06[ci] formatGravatar FredKSchott 1-0/+1
2022-08-05add charset utf-8Gravatar Kevin Zuniga Cuellar 3-1/+17
2022-08-06[ci] formatGravatar FredKSchott 2-3/+3
2022-08-05Move types to a .d.ts file inside examples projects (#4171)Gravatar Erika 1-0/+1
* Move types to a .d.ts file to avoid making types explicit * Rename to proper types * Move to proper place * Add noEmit to tsconfig.json * Add back removed code by accident
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 2-4/+7
2022-04-02Implement new default `script` behavior, `style is:global` (#2961)Gravatar Nate Moore 1-2/+3
* feat: implement RFC0016 * chore: update to latest compiler * chore: update compiler * test: fix script tests * test: update public tests * feat: throw a warning when referencing scripts in `public/` without `is:inline`
2022-03-24[ci] formatGravatar FredKSchott 1-3/+3
2022-03-24fix markdown page script injection (#2871)Gravatar Fred K. Schott 2-2/+13
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 3-11/+10
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback
2022-03-09Update examples for 0.24.0 (#2740)Gravatar Tony Sullivan 1-3/+1
* removing Astro.resolve, adding sass dev dependencies * updating tailwind example to use ESM style imports * moving from `<style global>@import` to ESM imports * updating lockfile to pick up examples sass deps * chore(lint): ESLint fix Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-17importing and inlining global.css with set:html (#2601)Gravatar Tony Sullivan 1-3/+3
2022-01-21fix tailwindcss example global css (#2444)Gravatar béla 1-1/+3
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 2-11/+16
2021-11-04Get Tailwind HMR working (first cut) (#1736)Gravatar Drew Powers 2-4/+5
* Get Tailwind HMR working * PR feedback * perf: improve HMR `head` performance Co-authored-by: Nate Moore <nate@skypack.dev>
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>