Google News
logo
Sass - Interview Questions
What is the use of @error and @debug directives?
The @error is used to display the SassScript expression value as fatal error and @debug detects the errors and displays the SassScript expression values to the standard error output stream.
Advertisement