@cobdfamily/clf
v1.0.0
Published
Common Look and Feel for Bowen Community apps
Maintainers
Readme
@cobd/clf
Common Look and Feel for Bowen Community, BlindHub, and COBD apps.
Shared Ionic SCSS design tokens, theme variables, and global styles used by Springboard, Ferry, and other Bowen Community applications.
Install
npm install @cobd/clfUsage
Import everything in your app's global.scss:
@import "@cobd/clf";Or import individual pieces:
@import "@cobd/clf/variables"; // design tokens only
@import "@cobd/clf/ionic"; // Ionic global CSS onlyAuto-publishing
Every push to main automatically publishes a new version to npm via GitHub Actions. Add an NPM_TOKEN secret to the repository to enable this.
