feature_exists($feature)
Returns whether a feature exists in the current Sass runtime.
The following features are supported:
-
global-variable-shadowingindicates that a local variable will shadow a global variable unless!globalis used. -
extend-selector-pseudoclassindicates that@extendwill reach into selector pseudoclasses like:not. -
units-level-3indicates full support for unit arithmetic using units defined in the Values and Units Level 3 spec.
-
at-errorindicates that the Sass@errordirective is supported.
Please login to continue.