fxa/_dev
Jody Heavener e6fafda68b
feat(storybook): allow Tailwind scss compilation support
Because:

* Currently fxa-settings imports SCSS into a Tailwind file, but outside of Create React App (which handles SCSS compilation in the React app itself) SCSS is not compiled.

This commit:

* Updates both Tailwind and Storybook's setup so that you can now compile down to CSS or SCSS depending on your needs, and ensure Storybook's SCSS loader picks it up
2020-06-08 09:57:09 -04:00
..
docker fix(build): fix paths to fxa-shared 2020-05-28 19:07:52 -07:00
pm2 refactor(pm2): restructure our pm2 configs 2020-04-14 14:38:38 -07:00
.eslintrc chore(format): mass reformat with prettier 2 and single config 2020-05-24 10:51:57 -07:00
.prettierrc chore(format): mass reformat with prettier 2 and single config 2020-05-24 10:51:57 -07:00
.stylelintrc feat(storybook): allow Tailwind scss compilation support 2020-06-08 09:57:09 -04:00
README.md refactor(npm-scripts): refactored npm scripts for better ergonomics 2020-04-13 16:17:36 -07:00
tsconfig.base.json refactor(tsconfig): consolidate common tsconfig options 2020-05-26 12:18:51 -07:00
tsconfig.browser.json refactor(tsconfig): consolidate common tsconfig options 2020-05-26 12:18:51 -07:00
tsconfig.node.json refactor(tsconfig): consolidate common tsconfig options 2020-05-26 12:18:51 -07:00

README.md

_dev

This directory contains files to support local development that aren't needed in production, especially things that would otherwise clutter up the root directory.