Skip to content

Instantly share code, notes, and snippets.

@hikarock
Created July 7, 2013 13:54
Show Gist options
  • Save hikarock/5943534 to your computer and use it in GitHub Desktop.
Save hikarock/5943534 to your computer and use it in GitHub Desktop.
```
@charset "UTF-8";
@import "../../public/components/foundation/scss/foundation/variables";
```
こういうやつを、
```
@charset "UTF-8";
$path: "../../public/components/foundation/scss/foundation";
@import "#{$path}/variables";
```
こうしたかった。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment