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. Tags
    3. scss
    Log in to post
    • A

      Replace material icon with my own custom icon
      Help • css custom icon icons scss • • acros

      5
      0
      Votes
      5
      Posts
      946
      Views

      T

      @acros, as @Hawkeye64 mentioned - in my case it’s [ in App.vue ]

      created () { this.$q.iconMapFn = (iconName) => { if (iconName.startsWith('chevron_left') === true) { return { cls: 'fal fa-chevron-left' } } if (iconName.startsWith('chevron_right') === true) { return { cls: 'fal fa-chevron-right' } } } },
    • G

      How to use custom scss?
      Framework • css quasar cli scss • • gvillela7

      6
      0
      Votes
      6
      Posts
      2214
      Views

      dobbel

      @gvillela7 that’s very nice you have it working. I am wondering what does the combination of Bootstap and quasar components look like? They play along nicely?

    • O

      Themeing, Stylus vs SCSS
      Framework • scss stylus • • oliver

      27
      2
      Votes
      27
      Posts
      9047
      Views

      B

      @a47ae said in Themeing, Stylus vs SCSS:

      Only thing you currently can’t to is to use the Stylus variables in SCSS/SASS. But I guess one could find a workaround for that.

      I started working on a (very hacky) workaround… gave up half way through, but maybe someone will find it useful:
      https://gist.github.com/bikubi/76325574c7c8236d5f14323d52e472ab