[program-l] css extension in vs code

  • From: <juanhernandez98@xxxxxxxxx>
  • To: <program-l@xxxxxxxxxxxxx>
  • Date: Sun, 28 Mar 2021 22:04:05 -0700

Hi All,

 

I'm trying to get the html css support extension by ecmel which can be found
at:

 

https://marketplace.visualstudio.com/items?itemName=ecmel.vscode-html-css#re
view-details

 

I am trying to get it to auto complete bootstrap 5 classes.  Below is my
settings.json file where I added the remote css library:

 

{

    "editor.accessibilitySupport": "on",

    "workbench.startupEditor": "newUntitledFile",

    "css.styleSheets": [

            "css.remoteStyleSheets": [

 
https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.cs
s

      ]

       

    ]

    }

 

Any help would be greatly appreciated.  

 

Best,

 

Juan

 

 

Other related posts:

  • » [program-l] css extension in vs code - juanhernandez98