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** – Bulma-BDS Sass file or a components in `src/styles/bds/..`
- **Icon set** – svg icon files in `src/icons/bds/`
Build it!
npm run build
You can build a specific part by calling the command directly
npm run icons
npm run styles