UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

8 lines (6 loc) 203 B
/** * File used as Vite.js entry point. * Imports the ".scss" file to output compiled ".css" in the "dist" folder */ import '@inkline/inkline/inkline.scss'; export * from '@inkline/inkline/inkline';