Sha256: 4612af1440d184f7fc6c965b804b041aa6645774c77431975067bdecb5c741bb
Contents?: true
Size: 291 Bytes
Versions: 11
Compression:
Stored size: 291 Bytes
Contents
@mixin myMixin1() { color: $black; } @mixin my-mixin2() { color: $black; } $someVar1: 'test'; $some-var2: 'test'; %placeholderOne1 { color: $black; } %placeholder-one2 { color: $black; } @function testFunc1($c) { } @function test-func2($c) { } @function test_func3($c) { }
Version data entries
11 entries across 11 versions & 1 rubygems