cinnamon.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: "st" 
        
            6
            ); 
        
            7
            @use "@current_source_dir@/sass/common"; 
        
            8