Skip to content

Unknown at rule @apply css(unknownAtRules) #5258

Answered by mrfambo
vaseala asked this question in Help
Discussion options

You must be logged in to vote

UPDATE 2023
RECOMMENDED FIX:

Here are the steps:

  1. Create .vscode at the root of your project with the two files named
  • settings.json
  • tailwind.json

  1. Update the settings.json file
{
  "css.customData": [".vscode/tailwind.json"]
}
  1. Update the tailwind.json file
{
  "version": 1.1,
  "atDirectives": [
    {
      "name": "@tailwind",
      "description": "Use the `@tailwind` directive to insert Tailwind's `base`, `components`, `utilities` and `screens` styles into your CSS.",
      "references": [
        {
          "name": "Tailwind Documentation",
          "url": "https://tailwindcss.com/docs/functions-and-directives#tailwind"
        }
      ]
    },
    {
      "name": "@apply",
  …

Replies: 34 comments 122 replies

Comment options

You must be logged in to vote
6 replies
@shivee-yadav
Comment options

@LolaSL
Comment options

@NisengweThiery
Comment options

@jarriagada
Comment options

@yury-giraldo
Comment options

Comment options

You must be logged in to vote
2 replies
@rudyhadoux
Comment options

@mrfambo
Comment options

Comment options

You must be logged in to vote
52 replies
@StivenArreglaTech
Comment options

@andkjaer
Comment options

@JoshuaB94
Comment options

@renatobritodev
Comment options

@jitendreyadav
Comment options

Answer selected by vaseala
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@mrfambo
Comment options

@front-end-performer
Comment options

@mrfambo
Comment options

@ayowee
Comment options

Comment options

You must be logged in to vote
8 replies
@binajmen
Comment options

@wootra
Comment options

@Rolandisimo
Comment options

@wootra
Comment options

@TRegan3
Comment options

Comment options

You must be logged in to vote
3 replies
@yossTraore
Comment options

@rowild
Comment options

@rowild
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@bagaskarala
Comment options

@NatoBoram
Comment options

@vaseala
Comment options

@ishowman
Comment options

@vaseala
Comment options

Comment options

You must be logged in to vote
4 replies
@Mert75
Comment options

@AliN11
Comment options

@rowild
Comment options

@kalnode
Comment options

Comment options

You must be logged in to vote
5 replies
@cybertcode
Comment options

@idanielaf
Comment options

@tspattentec
Comment options

@eric-burel
Comment options

@eric-burel
Comment options

Comment options

You must be logged in to vote
3 replies
@vaseala
Comment options

@mrfambo
Comment options

@dipbhi
Comment options

Comment options

You must be logged in to vote
9 replies
@Johnnnnboy
Comment options

@regchiu
Comment options

@Johnnnnboy
Comment options

@regchiu
Comment options

@Johnnnnboy
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@alfredomtzrmz
Comment options

@qwikag
Comment options

@TravisHi
Comment options

@Loosie94
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@qwikag
Comment options

@mraveux
Comment options

@qwikag
Comment options

Comment options

You must be logged in to vote
1 reply
@alfredomtzrmz
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@simon-marcus
Comment options

@luchillo17
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@simon-marcus
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@arunavo4
Comment options

@luchillo17
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet