gtk.scss.in
    
    ASCII text
        
            1
            @use "@current_source_dir@/../theme" with ( 
        
            2
              $dark-theme: @dark_theme@, 
        
            3
              $light-topbar: @light_topbar@, 
        
            4
              $compact: @compact@, 
        
            5
              $toolkit: "gtk4" 
        
            6
            ); 
        
            7
            @use "@current_source_dir@/sass/gtk" with ($version: @version@); 
        
            8
            @use "@current_source_dir@/sass/common"; 
        
            9
            @use "@current_source_dir@/../gtk-3.0/sass/public-colors"; 
        
            10