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

@apply not taking multiple values in a line #15

@techdomain0502

Description

@techdomain0502

@apply inline-block px-5 py-3 rounded-lg text-sm uppercase tracking-wider font-semibold;

error:
{
"resource": "/home/sachin/Documents/Study/html/tailwindproject/css/tailwind.css",
"owner": "generated_diagnostic_collection_name#1",
"code": "css-semicolonexpected",
"severity": 8,
"message": "semi-colon expected",
"source": "css",
"startLineNumber": 5,
"startColumn": 23,
"endLineNumber": 5,
"endColumn": 27
}
semi-colon expected

But when i write mutiple @apply it works like in
.btn{
@apply some class
@apply some class
}
like this it works

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions