UNPKG

igniteui-sassdoc-theme

Version:

Default SassDoc theme used in Ignite UI for Angular.

11 lines (7 loc) 220 B
import { createTheme } from "./theme"; import { annotations } from "./annotations"; const theme = createTheme(); for (const annotation of annotations) { theme.registerAnnotation(annotation); } export default theme;