UNPKG

571 Btext/lessView Raw
1/******************************************************************************
2 *
3 * Copyright (c) 2017, the Perspective Authors.
4 *
5 * This file is part of the Perspective library, distributed under the terms of
6 * the Apache License 2.0. The full license can be found in the LICENSE file.
7 *
8 */
9
10 @import "../less/fonts";
11 @import (reference) "./material.dark.less";
12 @import (reference) "./material-dense.less";
13
14perspective-viewer, .perspective-viewer-material-dense-dark{
15 .perspective-viewer-material-dark();
16 .perspective-viewer-material-dense-base();
17}