Last active
February 12, 2019 16:47
-
-
Save neilkimmett/4f83dbe5c0b7e162c82973f35cb0edec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@neilkimmet there's a comma missing at the end of line 2