Bazaar-CSS
Bazaar-CSS is a CSS only framework to bring Bazaar Design System components into web.
How to Use?
First, install the package in your project:
npm i @cafebazaar/bazaar-css
Then, import this files into your css/js/scss file that runs by project:
- @cafebazaar/bazaar-css/dist/bazaar.css (for css components/classes/global-styles.)
- @cafebazaar/bazaar-css/dist/bazaar.js (just if you have a js only project and you haven't setted up the css loaders and stuff! )
- @cafebazaar/bazaar-css/dist/bazaar.scss (for scss mixins/bariables/etc.)
How to Contribute (or See the Documention)?
git clone git@git.cafebazaar.ir:bazaar/web/bazaar-css.git
cd bazaar-css
# if you just wanna check the docs:
npm run serve # no need to 'npm i'
# or if you wanna contribute to project:
npm i
npm run dev