Skip to content

Instantly share code, notes, and snippets.

@fbeuster
Created April 20, 2015 17:49
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 fbeuster/82d4db2a29a691b84592 to your computer and use it in GitHub Desktop.
Save fbeuster/82d4db2a29a691b84592 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div>
Done with the config
</div>
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
$slideout_list_width: 35%;
$slideout_config: (expanded: 104% - $slideout_list_width, available: 100% - expanded, max: percentage(available / expanded));
div {
background: #ccffcc;
max-width: map-get($slideout_config, max);
}
$number: "available/expanded" is not a unitless number for `percentage'
<div>
Done with the config
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment