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

    Julien76

    @Julien76

    1
    Reputation
    348
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Julien76 Follow

    Best posts made by Julien76

    • RE: Add Rupture, Jeet and stylus sheet globally

      You can find the question raised here: Link to stackoverflow

      posted in Help
      J
      Julien76

    Latest posts made by Julien76

    • RE: Add Rupture, Jeet and stylus sheet globally

      Hi,
      Sorry for late reply, I had to step aside this issue for a few days.
      What you posted back on Stackoverflow solved my issue.
      Many thanks for that.

      stackoverflow

      posted in Help
      J
      Julien76
    • RE: Add Rupture, Jeet and stylus sheet globally

      You can find the question raised here: Link to stackoverflow

      posted in Help
      J
      Julien76
    • RE: Add Rupture, Jeet and stylus sheet globally

      No worries, thanks for your support.
      I will post the question on Stackoverflow as well and see.
      If you find time or if any of the others have an idea on how to solve this, that would be greatly appreciated.
      If I find a solution, I would post it.

      For now, I will import the stylus files in all my components, it’s a bit hacky and I hope I’ll find a way to make it DRY.

      posted in Help
      J
      Julien76
    • RE: Add Rupture, Jeet and stylus sheet globally

      Hi,
      Thanks for your answer.
      I have been digging all morning in both vue-loader, webpack and stylus-loader, but I can’t understand how to implement it unfortunately, so I’m stuck right now 😞

      posted in Help
      J
      Julien76
    • Add Rupture, Jeet and stylus sheet globally

      Hi,

      I’m trying to migrate a project I started using bourgeon template to Quasar.
      In the process, I have to update from Webpack 1 to 2. Everything is ok except the following:

      I’m using stylus with some librairies (Rupture and Jeet) and a stylesheet where I store some variables that should be available globally. I saw another topic where the stylus sheet is manually imported in all the vue file that require it. But for this I would prefer having available globally automatically as per bourgeon template.

      I’m not able to find a way to add the following peice of code (webpack 1 grammar) to the css-utils.js:

      stylus: {
        use: [
          require('jeet')(),
          require('rupture')()
       ],
       import: [
         path.resolve(__dirname, '../src/styles/index.styl')
       ]
      }
      

      Also I don’t understand where to add the options for autoprefixer or PostCss.

      Any help will be greatly appreciated, thanks 🙂

      posted in Help
      J
      Julien76