Giter VIP home page Giter VIP logo

Comments (4)

AllanJard avatar AllanJard commented on June 13, 2024

That's actually intentional. It is to allow support for browser's which don't support CSS variables. They will parse and use the latest one they understand, so in this case, if the browser didn't understand the variable, it would use the hard coded value.

from dist-datatables-bootstrap5.

RupertBarrow avatar RupertBarrow commented on June 13, 2024

OK, I understand that. It's an intelligent trick !

from dist-datatables-bootstrap5.

RupertBarrow avatar RupertBarrow commented on June 13, 2024

By the way @AllanJard , when I try to encapsulate these CSS into an LWC Web Component, I get an error because it refuses :root directives. This is logical, since :root defines the CSS at a global level which would break encapsulation.

Maybe it would be better to use :host instead of :root, since this applies only to the component in which it is used :
https://developer.mozilla.org/en-US/docs/Web/CSS/:host

from dist-datatables-bootstrap5.

AllanJard avatar AllanJard commented on June 13, 2024

The MDN guide says:

Note: This has no effect when used outside a shadow DOM.

As such, I'm not sure it would be useful here would it? To be honest, I picked :root because that is what Bootstrap does.

from dist-datatables-bootstrap5.

Related Issues (7)

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.