Skip to content

Commit

Permalink
Stub Colors and ColorsHover definitions in case no controls are built.
Browse files Browse the repository at this point in the history
  • Loading branch information
phosphoer authored and xirzec committed Sep 15, 2014
1 parent d430f67 commit 6843afa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/utilities/require-style.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ define(['require'], function (req) {
'@inverseTheme: ' + inverseTheme + ';'
].join('\n');
var colors = [
'.Colors(@theme) {}',
'.ColorsHover(@theme) {}',
'.Colors(@theme);',
'html.win-hoverable {',
' .ColorsHover(@theme);',
Expand Down

0 comments on commit 6843afa

Please sign in to comment.