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

Outline utility no longer aligned with docs #82

Closed
@gruberro

Description

@gruberro

Thanks for the great improvements, this is really making fun!

While testing with an existing project I discovered that the outline utility right now differs from the tailwindcss' version (and the documentation as well) for it's outline-offset. @tailwindcss/jit generates f.e. .outline-white: {outline: 2px dotted white; outline-offset: 0;}, while the original version compiles to .outline-white: {outline: 2px dotted white; outline-offset: 2px;}.

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