Skip to content

Add ability to provide two languages in @example #431

Open
@Undistraction

Description

@Undistraction

It would be great to be able to include both the Sass and compiles CSS in an example:

/// @example Example
///  [Sass]
///    .Example {
///      @include size(20px);
///    }
///  [CSS] 
///    .Example {
///      width: 20px;
///      height: 20px;
///    }

Apologies if this is already possible but I can't see it in the docs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions