Skip to content

Instantly share code, notes, and snippets.

@badri
Created July 9, 2014 17:54
Show Gist options
  • Save badri/f297db4fd881f8be3041 to your computer and use it in GitHub Desktop.
Save badri/f297db4fd881f8be3041 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div id="cover">
<textarea placeholder="Share what's new"></textarea>
</div>
// ----
// Sass (v3.3.9)
// Compass (v1.0.0.alpha.20)
// ----
@import "compass";
#cover {
padding: 40px;
background: #eee;
width: 400px;
}
textarea {
padding: 10px;
color: #111;
width: 280px;
height: 80px;
resize: none;
border: none;
@include transition-property(width);
@include transition-property(wdsfsadfa
@include transition-duration(1s);
}
textarea:focus {
width: 330px;
height: 100px;
}
Invalid CSS after "...perty(wdsfsadfa": expected ")", was "@include transi..."
<div id="cover">
<textarea placeholder="Share what's new"></textarea>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment