Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Lauren Zugai d866a06d76
chore(deps): Upgrade tailwindcss (v1.9 to v3), autoprefixer, & all SB deps, replace postcss deps, remove other deps
Because:
*We want to upgrade to Tailwind v3 and update other related outdated dependencies

This commit:
*Upgrades storybook packages across the board, upgrades autoprefixer, removes postcss-7 compatibility package and postcss-cli, installs postcss per Tailwind requirement
*Upgrades fxa-admin-panel to Tailwind v3
*Upgrades fxa-react to Tailwind v3, changing Portal from SCSS to CSS to remove a build step
*Upgrades fxa-settings to Tailwind v3, first transforming our SCSS to CSS before it’s sent to PostCSS. There will be a follow up to change our SCSS files to CSS and use PostCSS plugins instead
*Upgrades fxa-payments-server to Tailwind v3, decoupling SCSS from the Tailwind out file since payments will be using Tailwind exclusively in the next few months. Makes Storybook more consistent with other packages
2022-06-30 16:51:57 -05:00
Reino Muhl 0ae60a1df2
feat(payments): add tailwind to payments (#11659)
feat(payments): add tailwind to payments
Because:

* Start using Tailwindcss in fxa-payments, similar to settings, admin-
  panel, etc.

This commit:

* Adds tailwindcss support using the same tailwindcss version as found
  in admin-panel.
* Converts the terms and services component to using tailwindcss.

Closes #9687

Co-authored-by: fxa-bananafox[bot] <70546514+fxa-bananafox[bot]@users.noreply.github.com>
2022-01-24 12:17:55 -05:00