@nirbos/bellerophon
v0.0.3
Published
A salmagundi :books: containing of sass helpers, functions, mixins and other sass related stuff.
Downloads
3
Readme
Bellerophon is a salmagundi :books: containing of sass helpers, functions, mixins and other sass related stuff I gathered over the years and used in projects. I hope this will ease your work as well :kissing_heart:.
Installing
Bellerophon is available via npm
or yarn
.
npm install @nirbos/bellerophon
# or
yarn add @nirbos/bellerophon
After installing, simply reference Bellerophon in your scss file.
@import '_b.scss';
To reduce misbehaviour when using other libraries and frameworks as well, Bellerophon uses _b
as namespace.
Contributing
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
Licensing
Bellerophon consists of both the phenomenal work of others and my work. The code within this project is licensed under MIT license. The components of others do have a respective license file.
I'm not an expert in licensing, please contact me, if I made a mistake.