0.3.0 • Published 3 years ago

@cafebazaar/bazaar-css v0.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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
0.3.0

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago