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. javierrodrigo
    3. Best
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 14
    • Best 1
    • Groups 0

    Best posts made by javierrodrigo

    • RE: Failed to compile sass and media query

      Solved.

      https://github.com/quasarframework/quasar/issues/8457

      It should be written as:

      <style lang="sass">
      .q-toolbar__title
        font-size: 30px
        @media (max-width: $breakpoint-xs-max)
          text-align: center
      .q-footer
        .q-tab__icon
          font-size: 30px
      </style>
      
      posted in Help
      J
      javierrodrigo