summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/tailwind.config.cjs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-03Add mdx extension to tailwind content glob. (#4063)Gravatar Viktor Persson 1-1/+1
* Add mdx extension to tailwind content glob. * Create wicked-hairs-rescue.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-05-06Fix tailwind integration in markdown files (#3305)Gravatar [object Object] 1-1/+1
* Fix tailwind integration in markdown files * 3 character PR -> 9 character PR
2022-03-25small tailwind example config fix (#2893)Gravatar Fred K. Schott 1-1/+1
* fix tailwind config example * Create shaggy-bulldogs-beam.md
2022-03-25[ci] formatGravatar natemoo-re 1-1/+1
2022-03-25feat(cli): scaffold out `astro add` command (#2849)Gravatar Nate Moore 1-0/+7
* feat(cli): scaffold out `astro add` command * added first babel transforms * Format output * Added changes confirmation * Error flow * Add dependencies * feat(cli): astro add cleanup pass * feat: add support for tailwind * chore: update lockfile * fix: types * chore: rever @proload/core bump * chore: add changeset * chore: rollback dep update * Added spinners * chore: remove extra deps * Removed extra argument * Use `execa` instead of `exec` * Changed how lines are trimmed within diffLines * refactor: move add to core * refactor: remove old add entrypoint * refactor: simplify wording * feat: improve diff * feat: improve diff and logging, add interactive prompt when no args passed * Formatted files * Added --yes * feat: improve logging for install command * Fixed execa * Added help message to add * refactor: extract consts to own file * feat: remove implicit projectRoot behavior * feat: improve error handling, existing integrations * fix(tailwind): ensure existing tailwind config is not overwritten * refactor: prefer cwd to projectRoot flag * chore: add refactor notes * refactor: throw createPrettyError > implicit bail * refactor: cleanup language * feat(cli): prompt user before generating tailwind config * fix(cli): update config generation to use cwd * fix: resolve root from cwd * chore: update changelog Co-authored-by: JuanM04 <me@juanm04.com>