mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Remove dark theme in favour of @blockly/theme-dark (#4697)
* Remove dark theme in favour of @blockly/theme-dark
This commit is contained in:
@@ -59,6 +59,7 @@ function copyAppengineSrc() {
|
||||
function copyPlaygroundDeps() {
|
||||
const playgroundDeps = [
|
||||
'./node_modules/@blockly/dev-tools/dist/index.js',
|
||||
'./node_modules/@blockly/theme-dark/dist/index.js',
|
||||
'./node_modules/@blockly/theme-modern/dist/index.js',
|
||||
'./node_modules/@blockly/block-test/dist/index.js',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user