UNPKG

beathers

Version:

Beather is a lightweight SCSS library that serves as a comprehensive design system for your projects. It offers a structured and consistent approach to manage colors, fonts, and other design related variables, making it easier to maintain a cohesive visua

6 lines (5 loc) 199 B
// Main exports for the Beathers library export * from './data/index.js'; export * from './scripts/helpers/index.js'; export * from './scripts/commands/index.js'; export * from './scripts/types.js';