Deprecations
Hierarchy
- Deprecations
 Index
Properties
Properties
abs-
Deprecation for passing percentages to the Sass abs() function.
This deprecation became active in Dart Sass 1.65.0.
bogus-
Deprecation for leading, trailing, and repeated combinators.
This deprecation became active in Dart Sass 1.54.0.
call-
Deprecation for passing a string directly to meta.call().
This deprecation was active in the first version of Dart Sass.
color-
Deprecation for certain uses of built-in sass:color functions.
This deprecation became active in Dart Sass 1.79.0.
color-
Deprecation for using global color functions instead of sass:color.
This deprecation became active in Dart Sass 1.79.0.
color-
Deprecation for using color module functions in place of plain CSS functions.
This deprecation became active in Dart Sass 1.23.0.
css-
Deprecation for function and mixin names beginning with –.
This deprecation became active in Dart Sass 1.76.0.
duplicate-
Deprecation for using !default or !global multiple times for one variable.
This deprecation became active in Dart Sass 1.62.0.
elseif
Deprecation for @elseif.
This deprecation became active in Dart Sass 1.3.2.
feature-
Deprecation for meta.feature-exists
This deprecation became active in Dart Sass 1.78.0.
fs-
Deprecation for using the current working directory as an implicit load path.
This deprecation became active in Dart Sass 1.73.0.
function-
Deprecation for passing invalid units to built-in functions.
This deprecation became active in Dart Sass 1.56.0.
global-
Deprecation for global built-in functions that are available in sass: modules.
This deprecation became active in Dart Sass 1.80.0.
import
Deprecation for
Import
rules.
This deprecation became active in Dart Sass 1.80.0.
legacy-
Deprecation for legacy JS API.
This deprecation became active in Dart Sass 1.79.0.
mixed-
Deprecation for declarations after or between nested rules.
This deprecation became active in Dart Sass 1.77.7.
moz-
Deprecation for @-moz-document.
This deprecation became active in Dart Sass 1.7.2.
new-
Deprecation for declaring new variables with !global.
This deprecation became active in Dart Sass 1.17.2.
null-
Deprecation for passing null as alpha in the JS API.
This deprecation became active in Dart Sass 1.62.3.
relative-
Deprecation for imports using relative canonical URLs.
This deprecation became active in Dart Sass 1.14.2.
slash-
Deprecation for / operator for division.
This deprecation became active in Dart Sass 1.33.0.
strict-
Deprecation for ambiguous + and - operators.
This deprecation became active in Dart Sass 1.55.0.
user-
Used for any user-emitted deprecation warnings.
All of the deprecation types currently used by Sass.
Any of these IDs or the deprecation objects they point to can be passed to
fatalDeprecations,futureDeprecations, orsilenceDeprecations.