File: scss_import.scss

package info (click to toggle)
ruby-sass 3.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,396 kB
  • sloc: ruby: 32,443; sh: 26; makefile: 25
file content (12 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
$preconst: hello;

@mixin premixin {pre-mixin: here}

@import "importee.sass", "scss_importee", "basic.sass", "basic.css", "../results/complex.css";
@import "part\
ial.sass";

nonimported {
  myconst: $preconst;
  otherconst: $postconst;
  @include postmixin; }