UNPKG

@finos/perspective-viewer

Version:

The `<perspective-viewer>` Custom Element, frontend for Perspective.js

33 lines (26 loc) 880 B
/****************************************************************************** * * Copyright (c) 2017, the Perspective Authors. * * This file is part of the Perspective library, distributed under the terms of * the Apache License 2.0. The full license can be found in the LICENSE file. * */ @import "../less/fonts.less"; @import (css) url("https://fonts.googleapis.com/css?family=Orbitron"); @import (reference) "material"; @import (reference) "material-dense"; @import (reference) "material-dense.dark.less"; @import (reference) "material.dark.less"; .perspective-viewer-material{ .perspective-viewer-material() } .perspective-viewer-material-dark{ .perspective-viewer-material-dark() } .perspective-viewer-material-dense{ .perspective-viewer-material-dense() } .perspective-viewer-material-dense-dark{ .perspective-viewer-material-dense-dark() }