Skip to content

Issue with @content autofill #383

@pascalduez

Description

@pascalduez
/// Just a test
/// @content pass in whatever you want
@mixin test($one, $two: null) {}

All clear.

/// Just a test
/// @content pass in whatever you want
@mixin test($one, $two: null) {
  @content;
}

Nothing printed.

/// Just a test
@mixin test($one, $two: null) {
  @content;
}

Nothing printed.

{
  "autofill": []
}

All clear.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions