Skip to content

Instantly share code, notes, and snippets.

@lcaballero
Created April 27, 2015 22:54
Show Gist options
  • Save lcaballero/1b48ec42a818babb8aa8 to your computer and use it in GitHub Desktop.
Save lcaballero/1b48ec42a818babb8aa8 to your computer and use it in GitHub Desktop.
Translate a style.css
#!/bin/bash
mkdir -p dest/temp
sed -e '
s/:before[ ]*{//
/^[^.]/d
/^$/d
' src/site/styles/style.css > dest/temp/icons.txt
sed -e '
s/^/i/
' dest/temp/icons.txt > src/site/components/icons/icons.jade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment