Skip to content

Commit

Permalink
feat: adding css variables export
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfabrega committed Jun 8, 2020
1 parent 9f70bd6 commit d46f1c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"destination": "tokens.scss",
"format": "scss/variables"
}]
},
"css": {
"transformGroup": "css",
"files": [
{
"format": "css/variables",
"destination": "variables.css"
}
]
}
}
}

0 comments on commit d46f1c6

Please sign in to comment.