Skip to content

Instantly share code, notes, and snippets.

@ClaudioCorridore
ClaudioCorridore / SassMeister-input.scss
Created September 18, 2015 13:10
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$colour-wr-gold-bg-light: chartreuse;
$colour-background: #fff;
body {
@if $colour-wr-gold-bg-light == chartreuse {
background: $colour-background;
@ClaudioCorridore
ClaudioCorridore / SassMeister-input.scss
Created June 11, 2015 14:42
Generated by SassMeister.com.
// ----
// libsass (v3.2.4)
// ----
.cta {
&,
&:link,
&:visited {
color: red;
@ClaudioCorridore
ClaudioCorridore / Docker run container
Created February 22, 2015 19:06
Run and mount shared volume width Docker
sudo docker run -d -p 8042:8042 --name CONTAINER -v /local/path:/container/path IMAGE