Skip to content

Instantly share code, notes, and snippets.

@ryanallen
Last active August 29, 2015 14:12
Show Gist options
  • Save ryanallen/8985cf345b212d3bc00f to your computer and use it in GitHub Desktop.
Save ryanallen/8985cf345b212d3bc00f to your computer and use it in GitHub Desktop.
Sass Doesn't Care
$beer_-__---_-_-type: amber;
.drink {
fill: $beer_--------__type;
}
.drink {
fill: amber;
}
@msikma
Copy link

msikma commented Dec 28, 2014

That is gross. (Thanks for pointing this out!)

@ryanallen
Copy link
Author

I read the reason they allow this is so you can use other developers' mixins and not have to conform to their naming conventions (dashes vs underscores), which makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment