Commit 3323ea25 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Add `frontend-shared` component source to tailwind `content`

To be able to use `frontend-shared` components that use Tailwind
utility classes, we need to let Tailwind know not to strip classes used
in the frontend-shared package source.
parent d2b3e198
...@@ -6,6 +6,7 @@ export default { ...@@ -6,6 +6,7 @@ export default {
'./src/sidebar/components/**/*.js', './src/sidebar/components/**/*.js',
'./src/annotator/components/**/*.js', './src/annotator/components/**/*.js',
'./dev-server/ui-playground/components/**/*.js', './dev-server/ui-playground/components/**/*.js',
'./node_modules/@hypothesis/frontend-shared/lib/**/*.js',
], ],
theme: {}, theme: {},
corePlugins: { corePlugins: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment