Adding theming support to pxt-microbit. (#288)

This commit is contained in:
Sam El-Husseini
2016-10-24 14:55:21 -07:00
committed by Peli de Halleux
parent cc6594921f
commit ba69563bf4
95 changed files with 375 additions and 1 deletions

View File

@ -30,6 +30,8 @@
"typescript": "^1.8.7"
},
"dependencies": {
"pxt-core": "0.5.4"
"pxt-core": "0.5.4",
"less": "^2.6.0",
"semantic-ui-less": "^2.2.4"
}
}