Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
26 additions
and 2 deletions.
- +2 −2 gruntfile.js
- +8 −0 src/js/tv.js
- +4 −0 src/less/colors-tv.less
- +2 −0 src/less/styles-tv.less
- +10 −0 tasks/options/requirejs.js
@@ -0,0 +1,8 @@ | ||
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. | ||
define([ | ||
'WinJS/Controls/ScrollViewer', | ||
|
||
'require-style!less/styles-tv', | ||
'require-style!less/colors-tv' | ||
], function (ScrollViewer) { | ||
}); |
@@ -0,0 +1,4 @@ | ||
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. | ||
.Colors(@theme) { | ||
|
||
} |
@@ -0,0 +1,2 @@ | ||
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. | ||
|