Skip to content

Instantly share code, notes, and snippets.

View rbin's full-sized avatar

Robin J rbin

View GitHub Profile
@rbin
rbin / scss2sass.sh
Created January 30, 2013 02:29
Look for any SCSS files in a Directory, and change them to minimal-style .sass! (The better version!
#!/bin/bash
for f in *.scss; do sass-convert $f ${f%scss}sass ; done
rm *.scss
@rbin
rbin / Fullpage.html
Created June 20, 2012 06:49
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>404 Page &middot; CodePen</title>
<style>
@rbin
rbin / Fullpage.html
Created June 20, 2012 06:49
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>404 Page &middot; CodePen</title>
<style>