bigbang-css

CSS framework based on Atomic BEMITPOSTCSS

Usage no npm install needed!

<script type="module">
  import bigbangCss from 'https://cdn.skypack.dev/bigbang-css';
</script>

README

bigbang

Elementary particle CSS framework based on Atomic BEMITSCSS

Install

:package: npm (Recommended)

$ npm install bigbang-css --save

Usage

:gem: SCSS

Once included, simply @import SCSS files as you need them:

// Example: All of bigbang
@import "bigbang-css/scss/bigbang";

// Example: Individual files
@import "bigbang-css/scss/charge/variable";
@import "bigbang-css/scss/atoms/button";

:sushi: RawGit CDN

<link rel="https://cdn.rawgit.com/sotayamashita/bigbang/master/css/bigbang.css">

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, bigbang is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.

License

MIT © Sota Yamashita

Whenever code for bigbang is borrowed or inspired by awesome existing sources, we credit the original developer, designer or article in our code. Please create issues if you think any credit is absent.