Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

does possible use Tailwind like a base "normal" CSS framework? #468

Open
elsuper-josev opened this issue Feb 26, 2020 · 1 comment
Open

Comments

@elsuper-josev
Copy link

Hi, I was following a couple of tutorials and would like give a try to Tailwind.

Include in any html page no problem:

But include custom styles, doesn't works:

Tried simple things in custom CSS like:

@import "base.css";

h1{
@apply text-2xl;
}

Replace first import by @tailwind base; also doesn't works.

There is a simple way to try that or doesn't make sense with tailwind?

Thanks

@cytRasch
Copy link

How did you install or reference tailwind?

Did you use npm/yarn or just via cdn?

...because:
https://tailwindcss.com/docs/installation#using-tailwind-via-cdn

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants