Giter VIP home page Giter VIP logo

Comments (1)

tomhodgins avatar tomhodgins commented on June 10, 2024 1

Hi @RyKilleen! Thanks for the question, right now everything is still shifting around with development quite a bit so I'm not even sure what the extent of browser support is yet.

Without transpilation (from ES6 -> ES5) the plugins appear to work in all browsers that support CSS variables except Mobile Safari on iOS9 which doesn't support arrow notation for functions (like () => {} instead of function() {}).

With transpilation (using Babel), the plugins appear to work in iOS9 though, so I think that should be everywhere CSS variables are supported.

Plugins like 'Selectory' and a couple others I have planned (like the --aspect-ratio property idea) don't even use CSS variables though, so those would run in all the same browsers that support ES6 without transpilation, and with being transpiled may support some browsers that don't support CSS variables (reaching back a little further).

Once things are a little more fleshed out I'll do some better browser testing and update the README :D

from cssplus.

Related Issues (6)

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.