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: 6 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T18:03:12.000Z (over 1 year ago)
- Last Synced: 2025-01-14T23:31:39.858Z (about 1 year ago)
- Topics: bulma, css, flexbox, framework, prefix, responsive, sass
- Language: CSS
- Homepage:
- Size: 2.96 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
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
```
#### Test the web page into Github Workspce
```sh
npm i -g http-server
```
```sh
http-server
```