geist-org / geist-ui

A design system for building modern websites and applications.
https://geist-ui.dev
MIT License
4.33k stars 334 forks source link

Compatibility with tailwind? #664

Closed vbylen closed 2 years ago

vbylen commented 2 years ago

Bug report 🐞

Sadly geist doesn't seem compatible with tailwind, i.e. doing something like this does not work:

import { Page } from "@geist-ui/react";

<Page className="bg-red">

Version & Environment

Expected Behaviour

The behavior I expect is it just works.

Actual results (or Errors)

nothing happens

unix commented 2 years ago
vbylen commented 2 years ago

ah, thanks