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
    1. Home
    2. lavalle
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    lavalle

    @lavalle

    0
    Reputation
    3
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lavalle Follow

    Latest posts made by lavalle

    • RE: Code works on dev, not on build

      I’ve always used vH and vW instead of vh and vw, always worked (and as I said, also in dev mode). Now I’ve looked it up, must actually be called vh / vw. Crazy … 😂

      Thanks a lot 👍

      posted in Help
      L
      lavalle
    • Code works on dev, not on build

      I am trying to build my first app with Quasar, so far I am deeply impressed, fantastic framework!

      Now I’ve stumbled upon this problem:

      I use calc() in a scss class:

      max-height: calc(100vH - 400px);
      

      Works as expected when in dev-mode. Running build:pwa the following error pops up

      Bildschirmfoto 2019-10-04 um 11.11.20.png

      and build process stops.

      Any ideas?

      posted in Help
      L
      lavalle