No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Autoprefixer not working?

    Framework
    2
    3
    1259
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      glittle last edited by

      I needed to use Autoprefixer, since the CSS being output does not have prefixes applied. That is, “display: flex” should have “-webkit-display: flex” as well, etc.

      When I looked at ‘css-utils.js’, I see that Autoprefixer is there!

      Is there something that I need to do to activate this?

      1 Reply Last reply Reply Quote 0
      • G
        glittle last edited by

        I suspect now that it is working, but didn’t do the expected substitutions.

        For display: flex; it is outputting display: -webkit-box; rather than display: -webkit-flex;

        1 Reply Last reply Reply Quote 0
        • rstoenescu
          rstoenescu Admin last edited by

          You don’t need to do anything. It’s working by default. I guess it needs a certain configuration for your use case, because we’re using the default one at the moment.

          1 Reply Last reply Reply Quote 1
          • First post
            Last post