UNPKG

604 BSCSSView Raw
1/** Copyright 2015 Palantir Technologies, Inc. All rights reserved.
2// Licensed under the BSD-3 License as modified (the “License”); you may obtain a copy
3// of the license at https://github.com/palantir/blueprint/blob/master/LICENSE
4// and https://github.com/palantir/blueprint/blob/master/PATENTS */
5
6// Import files in the same order that they are documented in the docs
7@import "common/resets";
8@import "common/font-imports";
9@import "common/variables";
10@import "common/colors";
11
12@import "typography";
13@import "icons";
14@import "accessibility";
15
16@import "components/index";
17
18@import "dark-theme";