Skip to content
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

Open
techdomain0502 opened this issue Jun 1, 2020 · 0 comments
Open

@apply not taking multiple values in a line #15

techdomain0502 opened this issue Jun 1, 2020 · 0 comments

Comments

@techdomain0502
Copy link

@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

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

1 participant