Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve wording of comment #1331

Merged
merged 1 commit into from May 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/src/ast/sass/expression/function.dart
Expand Up @@ -20,8 +20,8 @@ class FunctionExpression implements Expression, CallableInvocation {

/// The name of the function being invoked.
///
/// Underscores aren't converted to hyphens in this name *unless* [namespace]
/// is non-`null`, since otherwise it could be a plain CSS function call.
/// If [namespace] is non-`null`, underscores are converted to hyphens in this name.
/// If [namespace] is `null`, this could be a plain CSS function call, so underscores are kept unchanged.
///
/// If this is interpolated, the function will be interpreted as plain CSS,
/// even if it has the same name as a Sass function.
Expand Down