-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CSS / Tailwind configuration and build process #909
Conversation
], | ||
theme: { | ||
extend: { | ||
fontFamily: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied the font family stack here from the LMS app, as I didn't see a default in @hypothesis/frontend-shared/lib/tailwind.preset.js
. I'm not sure that we want this here though. @lyzadanger can you advise when you're back from 🇧🇪 ?
|
||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The entry point is CSS rather than SASS for now. We can change this as and when we need SASS features.
7ef5aca
to
0e9cf08
Compare
51ada27
to
47cf0a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏼
0e9cf08
to
c1404ff
Compare
Set up the CSS / Tailwind build. This largely follows the structure and config in the hypothesis/lms repo, with the LMS-specific Tailwind extensions removed.
47cf0a7
to
3d8c006
Compare
Depends on #908
Set up the CSS / Tailwind build. This largely follows the structure and config in the hypothesis/lms repo, with the LMS-specific Tailwind extensions removed.