Giter Site home page Giter Site logo

Comments (3)

ronilaukkarinen avatar ronilaukkarinen commented on May 17, 2024

Hello and thanks for taking the time to open an issue. We don't use @supports much so that's why haven't noticed it. It seems there is a open issue about this. I really don't know how to help in this, it's best for you to remove it completely from node_modules, gulp task and package.json if you use this. We may remove it ourselves if this becomes a problem.

For your quick question: Yes, there are many use cases where SCSS variables are more useful. You can't really use CSS vars in SCSS mixin parameters but you can use CSS variables inside them. Also, there is not that big of a difference when using variables with colors, so that's why all colors are SCSS variables, because they are easier to reuse (again, mixins). Also SCSS variables support cool things like modifiers like darken or lighten whereas CSS vars don't.

In spacings we have moved on completely to CSS variables as you can see in _spacings.scss. This is because they usually are manipulated within media queries. Colors still have mixed variables because of the use cases explained above. In some projects we use only CSS vars in colors as well if we need to change the color scheme in the user interface etc.

So yes, mixed vars are still needed. But as with other things, we might move away from them in some point. But using them together is currently like best from both worlds so why give that up? We are of course all open for suggestions.

from air-light.

ronilaukkarinen avatar ronilaukkarinen commented on May 17, 2024

This is still more of the gulp-combine-media-queries issue linked in my previous comment. No further discussion to this issue so closing as stale.

from air-light.

ronilaukkarinen avatar ronilaukkarinen commented on May 17, 2024

@kiwwwipl Please note: We have replaced gulp-merge-media-queries with mqpacker (postcss plugin) that should work better.

from air-light.

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.