24af5bada3
kebap-case for .ts, .scss, .html, and directories
5 lines
257 B
TypeScript
5 lines
257 B
TypeScript
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
export type Size = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
export type Breakpoint = "xs" | "sm" | "md" | "lg" | "xl";
|