Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonfl/bulma-prefix
Bulma CSS framework with bulma as css prefix
https://github.com/brandonfl/bulma-prefix
bulma css flexbox framework prefix responsive sass
Last synced: about 2 months ago
JSON representation
Bulma CSS framework with bulma as css prefix
- Host: GitHub
- URL: https://github.com/brandonfl/bulma-prefix
- Owner: brandonfl
- License: mit
- Fork: true (creativesuspects/bulma-custom)
- Created: 2021-12-01T16:07:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T19:11:04.000Z (4 months ago)
- Last Synced: 2024-09-01T21:07:45.624Z (2 months ago)
- Topics: bulma, css, flexbox, framework, prefix, responsive, sass
- Language: CSS
- Homepage:
- Size: 2.93 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bulma prefix
Bulma CSS framework with bulma as css prefix
Default class namespace: `bulma-`
------
Configure your preferred class namespace in **postcss.config.js**.
#### Initialize
```
npm install
```#### Build Bulma with all elements, components, etc.
```
npm run build
```