Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Forbid the usage of Tailwind CSS #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The language choices are English, French, German, Japanese, Chinese, Korean, and
- Styled components, Emotion, styled-jsx, LESS, SCSS, or Stylus
- MongoDB
- **You must not** use the following third-party libraries:
- Any public web UI frameworks, for example, [Bootstrap](http://getbootstrap.com/), [Semantic UI](http://semantic-ui.com/), [Material UI](https://material-ui.com/), or [Ant Design](https://ant.design/) -- you may borrow the design, but you have to come up with your own style sheets. However, you will not be judged by the appearance of your web.
- Any public web UI frameworks, for example, [Bootstrap](http://getbootstrap.com/), [Semantic UI](http://semantic-ui.com/), [Material UI](https://material-ui.com/), [Ant Design](https://ant.design/), or [Tailwind CSS](https://tailwindcss.com/) -- you may borrow the design, but you have to come up with your own style sheets. However, you will not be judged by the appearance of your web.
- jQuery
- You may use any other third-party libraries that are not in the exception list above.
- You must be able to explain the reasons behind your code changes along with its trade-off in a verbal interview or a written document.
Expand Down