Skip to content

Instantly share code, notes, and snippets.

@mayuki
Created July 25, 2014 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayuki/488a3b71088bc0326357 to your computer and use it in GitHub Desktop.
Save mayuki/488a3b71088bc0326357 to your computer and use it in GitHub Desktop.
node-sass 0.9.3でコンパイルできないScssファイル
%base {
input[type=text] {
color: red;
}
}
.class-01 {
@extend %base;
input[type=text] {
color: blue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment