global variable "$unquoted-inputs-list" by default is deprecated. In future versions of Sass, this will create a new local variable. If you want to assign to the global variable, use "$unquoted-inputs-list: append($unquoted-inputs-list, unquote($input-type), comma) !global" instead. DEPRECATION WARNING on line 25 of src/css/scss/bourbon/addons/_html5-input-types.scss: Assigning to global variable "$unquoted-inputs-list" by default is deprecated. In future versions of Sass, this will create a new local variable. If you want to assign to the global variable, use "$unquoted-inputs-list: append($unquoted-inputs-list, unquote($input-type), comma) !global" instead. DEPRECATION WARNING on line 25 of src/css/scss/bourbon/addons/_html5-input-types.scss: Assigning to global variable "$unquoted-inputs-list" by default is deprecated. In future versions of Sass, this will create a new local variable. If you want to assign to the global variable, use "$unquoted-inputs-list: append($unquoted-inputs-list, unquote($input-type), comma) !global" instead. DEPRECATION WARNING on line 25 of src/css/scss/bourbon/addons/_html5-input-types.scss: Assigning to global variable "$unquoted-inputs-list" by default is deprecated. In future versions of Sass, this will create a new local variable. If you want to assign to the global variable, use "$unquoted-inputs-list: append($unquoted-inputs-list, unquote($input-type), comma) !global" instead.
div{ color: rgb( var(--red), var(--green), var(--blue) ); } Some div Another div .magic{ --green: 255;} <div>Some div</div> <div class=“magic”>Another div</div>