blob: c6b72248ede5006ef7a51ac333e6189cba76b480 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* ============================================================
Pantograph Design System — global entry point
------------------------------------------------------------
Consumers link THIS one file. It is a manifest of @imports
only — no rules live here. Everything reachable from here is
shipped to consuming projects.
============================================================ */
@import url('tokens/fonts.css');
@import url('tokens/colors.css');
@import url('tokens/typography.css');
@import url('tokens/spacing.css');
@import url('tokens/base.css');
|