https://github.com/dottorblaster/blaster-css
Rapid framework to speed up Bulma's customization. From the me of the past, to the me of the future.
https://github.com/dottorblaster/blaster-css
bulma css gulp sass
Last synced: 3 months ago
JSON representation
Rapid framework to speed up Bulma's customization. From the me of the past, to the me of the future.
- Host: GitHub
- URL: https://github.com/dottorblaster/blaster-css
- Owner: dottorblaster
- License: mit
- Created: 2017-02-18T17:01:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T17:12:08.000Z (over 9 years ago)
- Last Synced: 2025-05-31T22:54:19.299Z (about 1 year ago)
- Topics: bulma, css, gulp, sass
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# blaster-css
Rapid framework to speed up Bulma's customization. From the me of the past, to the me of the future.
## Running
Pretty easy. Just run:
```
$ gulp
```
The result can be found in `css/blaster.css`.
## Cleaning all up
Wanna clean the target directory to build from scratch? You can:
```
$ gulp clean
```