Skip to content

Instantly share code, notes, and snippets.

@ddprrt
Last active August 29, 2015 14:05
Show Gist options
  • Save ddprrt/9011eaaef7b14e29b44d to your computer and use it in GitHub Desktop.
Save ddprrt/9011eaaef7b14e29b44d to your computer and use it in GitHub Desktop.
A Lessig File
@myfirstvar: #c0ffee;
@hslvar: hsl(hue(@myfirstvar), 1, 0.3);
.superclass {
background-color: @hslvar;
color: @myfirstvar;
a {
text-decoration: underline;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment