Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. nobilik
    3. Best
    N
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by nobilik

    • RE: Custom variables added to quasar.variables.sass seem to be ignored

      @Hawkeye64 Changing default variables works well. But where to define .bg-my_color class to be accessible globally? If I define classes in my index.vue

      <style lang="scss">
      .text-brand {
        color: $brand;
      }
      .bg-brand {
        background: $brand;
      }
      </style>
      

      it works

      posted in Help
      N
      nobilik