Open
Description
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.