Set fixture theme types to "ui"

This commit is contained in:
Kevin Sawicki 2014-02-03 11:15:31 -08:00
parent 217fd8e271
commit c225d180ba
5 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
{
"theme": true
"theme": "ui"
}

View File

@ -1,3 +1,3 @@
{
"theme": true
"theme": "ui"
}

View File

@ -1,3 +1,3 @@
{
"theme": true
"theme": "ui"
}

View File

@ -1,4 +1,4 @@
{
"theme": true,
"theme": "ui",
"stylesheets": ["first.css", "second.less", "last.css"]
}

View File

@ -1,4 +1,4 @@
{
"theme": true,
"theme": "ui",
"stylesheets": ["editor.less"]
}