chore: icons variants themes based on current Material Theme.

This commit is contained in:
OctoD 2017-06-16 20:44:10 +02:00
parent 1fe8b851f2
commit 2012046243
8 changed files with 153 additions and 5 deletions

9
.vscode/launch.json vendored
View file

@ -4,6 +4,15 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Gulp build-icons-variants",
"program": "${workspaceRoot}/node_modules/gulp/bin/gulp.js",
"args": [
"build:icons.variants"
]
},
{
"type": "node",
"request": "launch",