summaryrefslogtreecommitdiff
path: root/packages/integrations/tailwind/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 1-0/+1
2023-06-15Rename tailwind integration options (#7391)Gravatar Bjorn Lu 1-21/+17
2023-06-14@astrojs/tailwind: simplify, upgrade & fix support for ts config file (#6724)Gravatar Tom 1-99/+12
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2023-04-06Upgrade to Vite 4.2 (#6759)Gravatar Bjorn Lu 1-2/+5
2023-03-20feat(all): Migrate to TypeScript 5.0 (#6579)Gravatar Erika 1-1/+1
2023-01-27[ci] formatGravatar bluwy 1-4/+1
2023-01-27fix: autoprefixer on dev mode for tailwind plugin (#6002)Gravatar Roy Eden 1-6/+2
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-01-23[ci] formatGravatar matthewp 1-1/+1
2023-01-23fix(@astrojs/tailwind): manually load postcss config file (#5908)Gravatar Happydev 1-3/+39
2023-01-05Refactor tailwind integration setup (#5717)Gravatar Bjorn Lu 1-4/+24
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-11-21[ci] formatGravatar matthewp 1-1/+1
2022-11-21Remove temp tailwind config file in finally (#5450)Gravatar Sam Chen 1-3/+3
2022-11-01Prevent tailwind config errors from crashing dev server (#5270)Gravatar Matthew Phillips 1-6/+7
* Prevent tailwind config errors from crashing dev server * Adding a changeset * Fix wrong type
2022-10-13Compat with Astro < 1.5 (#5082)Gravatar Matthew Phillips 1-1/+1
* Compat with Astro < 1.5 * Adding a changeset
2022-10-12feat: restart dev server when tsconfig and tailwind config changes (#4947)Gravatar Juan Martín Seery 1-5/+45
* First run * Works with tailwind! * Added TSConfig to watchlist * Changeset * Fix eslint * Renamed `isConfigReload` --> `isRestart` and `injectWatchTarget` --> `addWatchFile` * Refactored watchTargets to watchFiles * Refactor createSettings * addWatchFile now accepts URL * Fix getViteConfig * Expanded description of the change Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-08-03[ci] update lockfile (#4100)Gravatar Fred K. Bot 1-1/+0
* [ci] update lockfile * fix: remove @ts-expect-error Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <nate@astro.build>
2022-07-07update lockfile (#3828)Gravatar Fred K. Schott 1-0/+1
2022-06-29manual lockfile update (#3751)Gravatar Fred K. Schott 1-4/+2
* lockfile update * update lockfile gen script * Update index.ts
2022-06-28Fix Tailwind integration Typescript warning (#3732)Gravatar Victor 1-1/+1
* Make options optional * chore: add changeset Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
2022-06-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 1-4/+4
2022-04-13[ci] formatGravatar tony-sull 1-1/+1
2022-04-13Fixing bug that could lose Tailwind's default presets (#3099)Gravatar Tony Sullivan 1-15/+1
* fixing bug that could lose Tailwind's default presets * updating integration README * chore: adding changeset * test: fixing the tailwind tests
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 1-3/+11
2022-04-02Migrate to new config (#2962)Gravatar Nate Moore 1-9/+9
* wip: config migration * fix: formatting * refactor: projectRoot -> root * refactor: pageUrlFormat -> format * refactor: buildOptions.site -> site * refactor: public -> publicDir * refactor: dist -> outDir * refactor: styleOptions -> style * fix: some dist tests -> outDir * refactor: remove legacyBuild (with TODOs) * refactor: more legacyBuild cleanup * refactor: server host and port * fix: remove experimentalStaticBuild CLI flag * refactor: src -> srcDir * refactor: devOptions.trailing -> trailing * refactor: remove sitemap + related flags * refactor: experimentalSSR -> experimental.ssr * fix: last devOptions * refactor: drafts -> markdown.drafts * fix: TS error on port as const * refactor: remove pages * refactor: more --project-root updates * refactor: markdownOptions -> markdown * fix: remaining type errors * feat: update AstroUserConfig * refactor: update CLI flag mapper + server mapper * fix: loadFixture projectRoot * fix: merge CLI flags before validating / transforming * wip: attempt to fix bad createRouteManifest config * refactor: combine config.base and config.site * fix: skip route manifest test for now * fix: site and base handling * refactor: update failing config testes * fix: build failure * feat: update config types with migration help * chore: update types * fix(deno): update deno fixture * chore: remove config migration logic * chore: remove logLevel * chore: clean-up config types * chore: update config warning * chore: add changeset * Sitemap Integration (#2965) * feat: add sitemap filter config option * feat: add canonicalURL sitemap config option * docs: update sitemap README * fix: update for new config * fix: filter not being applied * chore: changeset Co-authored-by: bholmesdev <hey@bholmes.dev> * fred pass * fix: Astro.resolve typo * fix: public => publicDir Co-authored-by: bholmesdev <hey@bholmes.dev> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-04-01Allows projects to opt out of the base Tailwind styles (#2959)Gravatar Tony Sullivan 1-2/+13
* adding an option to opt-out of the Tailwind base styles * chore: adding changeset description
2022-03-21Feat: support tailwind config files (#2831)Gravatar Ben Holmes 1-6/+54
* feat: support custom tailwind config files * fix: make config options optional * feat: use existing utilities to resolve config path * deps: add @proload/core to tailwind integration * deps: update pnpm lock * chore: clarify config docs * refactor: extract user config fetch to helper * refactor: rename function and function options * refactor: throw error on bad custom config path * deps: move @proload/core to regular deps * chore: add changeset * fix: apply astro preset when user config exists * fix: use resolveConfig to preserve defaults
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+31
* 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