Files
mathmax/postcss.config.js
dependabot[bot] f08303fdcb build(deps): bump tailwindcss from 3.4.19 to 4.3.0 (#15)
* build(deps): bump tailwindcss from 3.4.19 to 4.3.0

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.3.0.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(styles): migrate to tailwindcss v4 with @tailwindcss/postcss plugin

* fix(styles): use @tailwind directives (v4-compat) instead of bare CSS @import

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tiennm99 <tiennm99@outlook.com>
2026-05-23 18:36:39 +07:00

7 lines
92 B
JavaScript

export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
};