Skip to content

Instantly share code, notes, and snippets.

@neilkimmett
Last active February 12, 2019 16:47
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 neilkimmett/4f83dbe5c0b7e162c82973f35cb0edec to your computer and use it in GitHub Desktop.
Save neilkimmett/4f83dbe5c0b7e162c82973f35cb0edec to your computer and use it in GitHub Desktop.
"scripts": {
"web": "theo colors.yml - transform web - format scss > colors.scss",
"js": "theo color.yml - format module.js > colors.js",
"all": "yarn web && yarn js"
}
@tomger
Copy link

tomger commented Oct 4, 2018

@neilkimmet there's a comma missing at the end of line 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment