mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-25 17:45:03 +03:00
326f5cd02a
Some of the files still used the old long license. This increased the size of the compiled bundle since it had both versions. Change-Id: Iec137f71547f91369a563145f870eb26ddc96a96
17 lines
561 B
Plaintext
17 lines
561 B
Plaintext
/** @license
|
|
* Copyright 2016 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
@import "less/general.less";
|
|
@import "less/containers.less";
|
|
@import "less/buttons.less";
|
|
@import "less/range_elements.less";
|
|
@import "less/spinner.less";
|
|
@import "less/other_elements.less";
|
|
@import "less/overflow_menu.less";
|
|
@import "less/ad_controls.less";
|
|
@import (css, inline) "https://fonts.googleapis.com/css?family=Roboto";
|
|
// NOTE: Working around google/material-design-icons#958
|
|
@import (css, inline) "https://fonts.googleapis.com/icon?family=Material+Icons+Round";
|