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

Version Path
scss_beautifier-0.1.11 tmp/nameformat.scss
scss_beautifier-0.1.10 tmp/nameformat.scss
scss_beautifier-0.1.8 tmp/nameformat.scss
scss_beautifier-0.1.7 tmp/nameformat.scss
scss_beautifier-0.1.6 tmp/nameformat.scss
scss_beautifier-0.1.5 tmp/nameformat.scss
scss_beautifier-0.1.4 tmp/nameformat.scss
scss_beautifier-0.1.3 tmp/nameformat.scss
scss_beautifier-0.1.2 tmp/nameformat.scss
scss_beautifier-0.1.1 tmp/nameformat.scss
scss_beautifier-0.1.0 tmp/nameformat.scss