Biings DS
How to use
Once built you will find the following files in the `build` folder. Files can be embedded anywhere you want to use Biings DS.
**bds.css**
The only CSS file you'll need to use Biings DS.
**bds-icons.svg**
An SVG sprite - created with svgstore - that includes all Biings DS icons.
How to contribute
Make your changes
- **Styles** – all BDS components in `src/styles/..`
- **Bulma for BDS** – Bulma Sass files in `src/styles/bulma/..`
- **Icon set** – SVG icon files in `src/icons/..`
Build it!
npm run build
You can build a specific part by calling the command directly:
npm run icons
npm run styles
npm run sass // only build Bulma for BDS