Skip to content

Instantly share code, notes, and snippets.

@pipozoft
pipozoft / app.js
Created February 10, 2011 04:49 — forked from juarezpaf/app.js
$(function() {
$("a.reset").toggle();
$("a.play").click(function () {
$(".color").toggleClass("on");
window.setTimeout(function() {
$("div").toggleClass("rounded");
}, 1000);
@pipozoft
pipozoft / SassMeister-input.scss
Created January 12, 2016 17:15
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
$pixels: 20;
@while $pixels > 0 {
.padding-bottom-#{$pixels}px{ padding-bottom: $pixels px !important; }
$pixels: $pixels - 5;
}