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

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

@elsuper-josev

Description

@elsuper-josev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions