Sha256: 11a73bbb3dc5be5cff3e95999ac0882e1b63b02f87b72d158c9e354eb39d43c0
Contents?: true
Size: 300 Bytes
Versions: 248
Compression:
Stored size: 300 Bytes
Contents
@import "filename_fn_import"; @mixin local-mixin { local-mixin: filename(); } @function local-function() { @return filename(); } filename { local: filename(); @include local-mixin; local-function: local-function(); @include imported-mixin; imported-function: imported-function(); }
Version data entries
248 entries across 239 versions & 15 rubygems