Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created March 5, 2013 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmcw/5092112 to your computer and use it in GitHub Desktop.
Save tmcw/5092112 to your computer and use it in GitHub Desktop.
define(`red', `#f00')
define(`blue', `#0f0')

#foo {
    background:red();
    color:blue();
}
m4 foo.css
#foo {
    background:#f00;
    color:#0f0;
}
  __  ___ ______ ______    _____  _____ _____ 
 /_ |/ _ \____  |____  |  / ____|/ ____/ ____|
  | | (_) |  / /    / /  | |    | (___| (___  
  | |\__, | / /    / /   | |     \___ \\___ \ 
  | |  / / / /    / /    | |____ ____) |___) |
  |_| /_/ /_/    /_/      \_____|_____/_____/ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment