SASS → Sass (#2436)

Sass is neither an acronym nor initialism. Sass also was never stylized
as SASS such as Less being stylized as both LESS and {less}.

http://www.sassnotsass.com/
This commit is contained in:
toastal
2022-03-01 11:32:05 +07:00
committed by GitHub
parent 6bc447b916
commit 2b6208565f
3 changed files with 15 additions and 15 deletions

View File

@ -62,7 +62,7 @@ $css-vars-use-native: false !default;
}
///
// SASS mixin to provide variables
// Sass mixin to provide variables
// E.G.:
// @include css-vars((
// --color: rebeccapurple,