UNPKG

360 BSCSSView Raw
1/*
2
3Copyright 2015-present Palantir Technologies, Inc. All rights reserved.
4Licensed under the Apache License, Version 2.0.
5
6*/
7
8// Import files in the same order that they are documented in the docs
9@import "common/variables";
10@import "common/colors";
11
12@import "reset";
13@import "typography";
14@import "accessibility/focus-states";
15
16@import "components/index";