summaryrefslogtreecommitdiff
path: root/examples/tailwindcss (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-28Restructure examples (#568)Gravatar Nate Moore 9-72/+0
* 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>
2021-06-25Version Packages (#543)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-24force pnpm to hoist packages inside astro #342 #190 (#530)Gravatar duncanhealy 1-0/+2
* force pnpm to hoist packages inside astro #342 #190 * Add changeset for hoisted packages #342
2021-06-22Version Packages (#513)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-15Add .svelte to the tailwind config (#444)Gravatar Jeffrey Jose 1-1/+1
Add .svelte files to tailwind config so that svelte components can use tailwind classes.
2021-06-11Version Packages (#381)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08redesign create-astro (#301)Gravatar Fred K. Schott 1-5/+4
* redesign create astro * add changeset * Use npm start * Update the astro version * Adds the changeset Co-authored-by: Fred Schott <fks@Freds-MBP.attlocal.net> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2021-06-08Version Packages (#330)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08Version Packages (#328)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-08Version Packages (#325)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-07Version Packages (#323)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-07Version Packages (#318)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-05Version Packages (#299)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-04Version Packages (#298)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-04Version Packages (#295)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-02Version Packages (#291)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-02Version Packages (#285)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-29Version Packages (next) (#280)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-28Version Packages (next) (#227)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-24ReleaseGravatar Matthew Phillips 1-1/+1
2021-05-21Add Tailwind support to Astro Dev Server (#222)Gravatar Drew Powers 5-9/+10
* Improve PostCSS and Tailwind support * Update styling docs * Changelog * Fix test hanging
2021-05-17chore: release v0.10.0Gravatar Nate Moore 1-1/+1
2021-05-17chore: version packagesGravatar Nate Moore 1-1/+1
2021-05-17Version Packages (#213)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-13Version Packages (#195)Gravatar github-actions[bot] 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-06Add CSS bundling (#172)Gravatar Drew Powers 1-1/+1
* Add CSS bundling * Add Changeset * Update build script * Count better * Fix stats * Cleanup * Add test * Show profile ms under 750ms
2021-05-04chore: version packagesGravatar Nate Moore 1-1/+1
2021-05-04chore: version packagesGravatar Nate Moore 1-1/+1
2021-04-30Migrate to `yarn` monorepo (#157)Gravatar Nate Moore 3-965/+10
* chore: use monorepo * chore: scaffold astro-scripts * chore: move tests inside packages/astro * chore: refactor tests, add scripts * chore: move parser to own module * chore: move runtime to packages/astro * fix: move parser to own package * test: fix prettier-plugin-astro tests * fix: tests * chore: update package-lock * chore: add changesets * fix: cleanup examples * fix: starter example * chore: update changeset config * chore: update changeset config * chore: setup changeset release workflow * chore: bump lockfiles * chore: prism => astro-prism * fix: tsc --emitDeclarationOnly * chore: final cleanup, switch to yarn * chore: add lerna * chore: update workflows to yarn * chore: update workflows * chore: remove lint workflow * chore: add astro-dev script * chore: add symlinked README
2021-04-26Update defaults directory structure to `src` and `dist` (#132)Gravatar Nate Moore 5-3/+3
* chore: update defaults in docs * chore: update config defaults * test: update tests to config defaults * chore: update gitignore to new defaults * docs: update readme to new defaults * chore: update examples to new defaults * chore: update default exclude in lang server * chore: update tests * test: fix failing tests * chore: update www defaults
2021-04-26Support 500 pages in the dev server (#131)Gravatar Matthew Phillips 1-0/+3
* Support 500 pages * Document custom 400/500 pages * Remove search from any pages not the 500 page * fix(kitchen-sink): add snowpack.config.js * fix(examples): add snowpack.config.js * style: redesign built-in 500 page Co-authored-by: Nate Moore <nate@skypack.dev>
2021-04-14Improve Tailwind docs & Tailwind support (#92)Gravatar Drew Powers 7-0/+1022