Sha256: b89be3dc976aca61aa197546bfb41db6cebb8ea7a5ff0e003768de9098d5254b

Contents?: true

Size: 273 Bytes

Versions: 5

Compression:

Stored size: 273 Bytes

Contents

// Let's import a file
@import "partials/imported";

// add some rules
$blue: #3bbfce;

div.bleue {
	background-color: $blue;
}

// And import the same file again
// even if we change the way we reference the file, it shouldn't be imported
@import "partials/imported.scss";

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
compass-import_once-0.1.3 test/fixtures/test.scss
sass-import_once-0.1.3 test/fixtures/test.scss
compass-import_once-0.1.2 test/fixtures/test.scss
sass-import_once-0.1.2 test/fixtures/test.scss
sass-import_once-0.1.0 test/fixtures/test.scss