Giter Club home page Giter Club logo

Comments (6)

jonathonpday avatar jonathonpday commented on July 30, 2024

Also, have tried to downgrade to version 1.14.0 but the issue unfortunately persists.

from vscode-html-css.

jonathonpday avatar jonathonpday commented on July 30, 2024

Ok, have now tried version 1.14.1 and it does appear to be working, but now multiple versions of the same attribute show on the dropdown:

Screenshot 2024-01-27 at 16 40 57

from vscode-html-css.

jonathonpday avatar jonathonpday commented on July 30, 2024

Right - have downgraded to version 1.13.1 and that seems to now work with no issues:

Screenshot 2024-01-27 at 16 45 32

from vscode-html-css.

ecmel avatar ecmel commented on July 30, 2024

If you are using cdn, you can try the following settings json as well:

 "css.styleSheets": [
    "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
  ]

This way you do not need to install bootstrap npm. Also please use the latest version of the extension.

from vscode-html-css.

jonathonpday avatar jonathonpday commented on July 30, 2024

Thank you!

It worked for the latest version which is great.

The only issue is the stylsheets did not work with the various paths, in the end the only way to get it to work was linking directly:

Screenshot 2024-01-27 at 17 47 08

Is there a better way?

from vscode-html-css.

ecmel avatar ecmel commented on July 30, 2024

Yes, for example the following will match all css and scss file under your project's src folder:

"src/**/*.{css,scss}"

Checkout updated docs in README for further configuration options.

from vscode-html-css.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.