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

    [Solved] Scoped CSS in the quasar framework?

    Help
    4
    4
    2651
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mesqueeb
      mesqueeb last edited by mesqueeb

      Is there any way to use vue files scoped CSS in quasar?

      1 Reply Last reply Reply Quote 0
      • M
        Max last edited by Max

        sure you can just use that in your style part in a .vue component file…or am i wrong?

        1 Reply Last reply Reply Quote 0
        • rstoenescu
          rstoenescu Admin last edited by

          Of course, this is a feature of vue-loader. Just add “scoped” to your style tag definition.

          1 Reply Last reply Reply Quote 0
          • benoitranque
            benoitranque last edited by

            <template lang="html">
              
            </template>
            
            <script>
            export default {
            }
            </script>
            
            <style lang="stylus" scoped>
            </style>
            
            1 Reply Last reply Reply Quote 1
            • First post
              Last post