UNPKG

@dcodegroup-au/dsg-vue

Version:

Front-end Vue/Tailwind DSG for UntitledUI.

16 lines (15 loc) 620 B
/** * -------------------------------------------------------------------------- * Screen Plugin for Untitled UI Kit for Kanopi * -------------------------------------------------------------------------- * * This plugin extends the Tailwind CSS framework to include custom screen * family classes by extending the theme configuration. * * -------------------------------------------------------------------------- */ declare const ScreenPlugin: { handler: import('tailwindcss/types/config').PluginCreator; config?: Partial<import('tailwindcss/types/config').Config>; }; export default ScreenPlugin;