Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/do-community/do-bulma
Customized Bulma styling for DigitalOcean Community tools.
https://github.com/do-community/do-bulma
bulma bulma-css bulma-scss bulmacss digitalocean digitalocean-community-tools hacktoberfest scss
Last synced: 4 months ago
JSON representation
Customized Bulma styling for DigitalOcean Community tools.
- Host: GitHub
- URL: https://github.com/do-community/do-bulma
- Owner: do-community
- License: apache-2.0
- Created: 2019-10-22T13:35:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T16:16:06.000Z (5 months ago)
- Last Synced: 2024-10-01T01:41:22.436Z (4 months ago)
- Topics: bulma, bulma-css, bulma-scss, bulmacss, digitalocean, digitalocean-community-tools, hacktoberfest, scss
- Language: SCSS
- Homepage: https://do-community.github.io/do-bulma/
- Size: 4.11 MB
- Stars: 13
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Community Bulma Styles
Customized Bulma styling for DigitalOcean Community tools.
---
## Development/Building
To setup the build/develop environment, you will need to having Node.js installed (matching the version specified in
`.nvmrc`), and then run `npm ci` to install dependencies (this will respect the lockfile).We make use of `sass-lint` to maintain code quality in the SCSS files.
To run this you can use `npm test`.A demo project is included in the `demo` directory, which helps ensure the styles are working as expected.
This can be run with `demo:dev` to start a server with hot reloading, or `demo:build` to build the demo project.## Usage Example
This styling package is being used in the [DigitalOcean Community DNS tools](https://github.com/do-community/dns-tool),
which act as a great example of what customisations this package provide on top of Bulma, and how it integrates
seamlessly into the DigitalOcean Community website.## Source Structure
### [`src/components`](./src/components)
This directory contains all the styling components that are available within `.do-bulma`.
### [`src/globals`](./src/globals)
This directory contains all the styling that is applied to the whole page.
## Contributing
If you are contributing, please read the [contributing file](CONTRIBUTING.md) before submitting your pull requests.