bulma-clean-theme 0.13.3 → 1.0.0.beta.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -0
- data/_includes/callouts.html +21 -15
- data/_includes/cookie-banner.html +53 -0
- data/_includes/disqus.html +20 -17
- data/_includes/footer-scripts.html +1 -1
- data/_includes/footer.html +8 -9
- data/_includes/gallery.html +17 -18
- data/_includes/google-analytics.html +36 -6
- data/_includes/head-scripts.html +1 -1
- data/_includes/head.html +12 -6
- data/_includes/header.html +46 -21
- data/_includes/hero.html +12 -3
- data/_includes/latest-posts.html +4 -7
- data/_includes/menubar.html +27 -18
- data/_includes/notification.html +4 -2
- data/_includes/pagination.html +27 -11
- data/_includes/post-card.html +9 -9
- data/_includes/rating.html +7 -8
- data/_includes/review.html +22 -22
- data/_includes/series.html +17 -19
- data/_includes/share-buttons.html +17 -9
- data/_includes/showcase.html +47 -29
- data/_includes/sponsors.html +33 -33
- data/_includes/subscribe.html +1 -1
- data/_includes/tabs.html +20 -16
- data/_includes/tag.html +1 -1
- data/_includes/toc.html +2 -3
- data/_includes/vimeo.html +9 -2
- data/_includes/youtube.html +7 -6
- data/_layouts/blog.html +4 -5
- data/_layouts/default.html +55 -48
- data/_layouts/page.html +1 -2
- data/_layouts/post.html +9 -7
- data/_layouts/product-category.html +25 -35
- data/_layouts/product.html +24 -29
- data/_layouts/recipe.html +47 -50
- data/_sass/_main.scss +3 -2
- data/node_modules/.package-lock.json +211 -8
- data/node_modules/bulma/LICENSE +1 -1
- data/node_modules/bulma/README.md +56 -52
- data/node_modules/bulma/bulma.scss +4 -0
- data/node_modules/bulma/css/bulma.css +19282 -8696
- data/node_modules/bulma/css/bulma.css.map +1 -1
- data/node_modules/bulma/css/bulma.min.css +3 -1
- data/node_modules/bulma/css/versions/bulma-no-dark-mode.min.css +3 -0
- data/node_modules/bulma/css/versions/bulma-no-dark-mode.min.css.map +1 -0
- data/node_modules/bulma/css/versions/bulma-no-helpers-prefixed.min.css +3 -0
- data/node_modules/bulma/css/versions/bulma-no-helpers-prefixed.min.css.map +1 -0
- data/node_modules/bulma/css/versions/bulma-no-helpers.min.css +3 -0
- data/node_modules/bulma/css/versions/bulma-no-helpers.min.css.map +1 -0
- data/node_modules/bulma/css/versions/bulma-prefixed.min.css +3 -0
- data/node_modules/bulma/css/versions/bulma-prefixed.min.css.map +1 -0
- data/node_modules/bulma/package.json +25 -20
- data/node_modules/bulma/sass/_index.scss +10 -0
- data/node_modules/bulma/sass/base/_index.scss +6 -0
- data/node_modules/bulma/sass/base/animations.scss +15 -0
- data/node_modules/bulma/sass/base/generic.scss +239 -0
- data/node_modules/bulma/sass/base/minireset.scss +92 -0
- data/node_modules/bulma/sass/base/skeleton.scss +126 -0
- data/node_modules/bulma/sass/components/_index.scss +13 -0
- data/node_modules/bulma/sass/components/breadcrumb.scss +139 -0
- data/node_modules/bulma/sass/components/card.scss +162 -0
- data/node_modules/bulma/sass/components/dropdown.scss +188 -0
- data/node_modules/bulma/sass/components/menu.scss +165 -0
- data/node_modules/bulma/sass/components/message.scss +183 -0
- data/node_modules/bulma/sass/components/modal.scss +164 -0
- data/node_modules/bulma/sass/components/navbar.scss +788 -0
- data/node_modules/bulma/sass/components/pagination.scss +379 -0
- data/node_modules/bulma/sass/components/panel.scss +218 -0
- data/node_modules/bulma/sass/components/tabs.scss +273 -0
- data/node_modules/bulma/sass/elements/_index.scss +16 -0
- data/node_modules/bulma/sass/elements/block.scss +6 -0
- data/node_modules/bulma/sass/elements/box.scss +59 -0
- data/node_modules/bulma/sass/elements/button.scss +640 -0
- data/node_modules/bulma/sass/elements/content.scss +283 -0
- data/node_modules/bulma/sass/elements/delete.scss +6 -0
- data/node_modules/bulma/sass/elements/icon.scss +67 -0
- data/node_modules/bulma/sass/elements/image.scss +62 -0
- data/node_modules/bulma/sass/elements/loader.scss +15 -0
- data/node_modules/bulma/sass/elements/notification.scss +105 -0
- data/node_modules/bulma/sass/elements/progress.scss +115 -0
- data/node_modules/bulma/sass/elements/table.scss +261 -0
- data/node_modules/bulma/sass/elements/tag.scss +219 -0
- data/node_modules/bulma/sass/elements/title.scss +128 -0
- data/node_modules/bulma/sass/form/_index.scss +9 -0
- data/node_modules/bulma/sass/form/checkbox-radio.scss +32 -0
- data/node_modules/bulma/sass/form/file.scss +330 -0
- data/node_modules/bulma/sass/form/input-textarea.scss +123 -0
- data/node_modules/bulma/sass/form/select.scss +143 -0
- data/node_modules/bulma/sass/form/shared.scss +172 -0
- data/node_modules/bulma/sass/form/tools.scss +341 -0
- data/node_modules/bulma/sass/grid/_index.scss +5 -0
- data/node_modules/bulma/sass/grid/columns-v2.scss +957 -0
- data/node_modules/bulma/sass/grid/columns.scss +877 -0
- data/node_modules/bulma/sass/grid/grid.scss +209 -0
- data/node_modules/bulma/sass/helpers/_index.scss +15 -0
- data/node_modules/bulma/sass/helpers/aspect-ratio.scss +10 -0
- data/node_modules/bulma/sass/helpers/border.scss +15 -0
- data/node_modules/bulma/sass/helpers/color.scss +364 -0
- data/node_modules/bulma/sass/helpers/flexbox.scss +62 -0
- data/node_modules/bulma/sass/helpers/float.scss +28 -0
- data/node_modules/bulma/sass/helpers/gap.scss +24 -0
- data/node_modules/bulma/sass/helpers/other.scss +19 -0
- data/node_modules/bulma/sass/helpers/overflow.scss +21 -0
- data/node_modules/bulma/sass/helpers/position.scss +19 -0
- data/node_modules/bulma/sass/helpers/spacing.scss +64 -0
- data/node_modules/bulma/sass/helpers/typography.scss +168 -0
- data/node_modules/bulma/sass/helpers/visibility.scss +221 -0
- data/node_modules/bulma/sass/layout/_index.scss +9 -0
- data/node_modules/bulma/sass/layout/container.scss +51 -0
- data/node_modules/bulma/sass/layout/footer.scss +23 -0
- data/node_modules/bulma/sass/layout/hero.scss +270 -0
- data/node_modules/bulma/sass/layout/level.scss +107 -0
- data/node_modules/bulma/sass/layout/media.scss +106 -0
- data/node_modules/bulma/sass/layout/section.scss +34 -0
- data/node_modules/bulma/sass/themes/_index.scss +35 -0
- data/node_modules/bulma/sass/themes/dark.scss +56 -0
- data/node_modules/bulma/sass/themes/light.scss +145 -0
- data/node_modules/bulma/sass/themes/setup.scss +174 -0
- data/node_modules/bulma/sass/utilities/_index.scss +7 -0
- data/node_modules/bulma/sass/utilities/controls.scss +85 -0
- data/node_modules/bulma/sass/utilities/css-variables.scss +425 -0
- data/node_modules/bulma/sass/utilities/derived-variables.scss +112 -0
- data/node_modules/bulma/sass/utilities/extends.scss +34 -0
- data/node_modules/bulma/sass/utilities/functions.scss +258 -0
- data/node_modules/bulma/sass/utilities/initial-variables.scss +155 -0
- data/node_modules/bulma/sass/utilities/mixins.scss +460 -0
- data/node_modules/bulma/versions/bulma-no-dark-mode.scss +19 -0
- data/node_modules/bulma/versions/bulma-no-helpers-prefixed.scss +13 -0
- data/node_modules/bulma/versions/bulma-no-helpers.scss +11 -0
- data/node_modules/bulma/versions/bulma-prefixed.scss +6 -0
- data/node_modules/bulma-block-list/README.md +12 -6
- data/node_modules/bulma-block-list/docs/.nojekyll +0 -0
- data/node_modules/bulma-block-list/docs/docs.css +22782 -0
- data/node_modules/bulma-block-list/docs/docs.css.map +1 -0
- data/node_modules/bulma-block-list/docs/index.html +376 -307
- data/node_modules/bulma-block-list/package.json +8 -3
- data/node_modules/bulma-block-list/src/block-list.scss +99 -125
- data/node_modules/bulma-block-list/src/docs.scss +5 -0
- data/package-lock.json +353 -16
- data/package.json +2 -2
- metadata +103 -87
- data/node_modules/bulma/bulma.sass +0 -10
- data/node_modules/bulma/css/bulma-rtl.css +0 -11851
- data/node_modules/bulma/css/bulma-rtl.css.map +0 -1
- data/node_modules/bulma/css/bulma-rtl.min.css +0 -1
- data/node_modules/bulma/sass/base/_all.sass +0 -6
- data/node_modules/bulma/sass/base/animations.sass +0 -5
- data/node_modules/bulma/sass/base/generic.sass +0 -145
- data/node_modules/bulma/sass/base/helpers.sass +0 -1
- data/node_modules/bulma/sass/base/minireset.sass +0 -79
- data/node_modules/bulma/sass/components/_all.sass +0 -15
- data/node_modules/bulma/sass/components/breadcrumb.sass +0 -77
- data/node_modules/bulma/sass/components/card.sass +0 -103
- data/node_modules/bulma/sass/components/dropdown.sass +0 -83
- data/node_modules/bulma/sass/components/level.sass +0 -79
- data/node_modules/bulma/sass/components/media.sass +0 -59
- data/node_modules/bulma/sass/components/menu.sass +0 -59
- data/node_modules/bulma/sass/components/message.sass +0 -101
- data/node_modules/bulma/sass/components/modal.sass +0 -117
- data/node_modules/bulma/sass/components/navbar.sass +0 -446
- data/node_modules/bulma/sass/components/pagination.sass +0 -167
- data/node_modules/bulma/sass/components/panel.sass +0 -121
- data/node_modules/bulma/sass/components/tabs.sass +0 -176
- data/node_modules/bulma/sass/elements/_all.sass +0 -16
- data/node_modules/bulma/sass/elements/box.sass +0 -26
- data/node_modules/bulma/sass/elements/button.sass +0 -357
- data/node_modules/bulma/sass/elements/container.sass +0 -29
- data/node_modules/bulma/sass/elements/content.sass +0 -162
- data/node_modules/bulma/sass/elements/form.sass +0 -1
- data/node_modules/bulma/sass/elements/icon.sass +0 -46
- data/node_modules/bulma/sass/elements/image.sass +0 -73
- data/node_modules/bulma/sass/elements/notification.sass +0 -52
- data/node_modules/bulma/sass/elements/other.sass +0 -31
- data/node_modules/bulma/sass/elements/progress.sass +0 -73
- data/node_modules/bulma/sass/elements/table.sass +0 -134
- data/node_modules/bulma/sass/elements/tag.sass +0 -140
- data/node_modules/bulma/sass/elements/title.sass +0 -70
- data/node_modules/bulma/sass/form/_all.sass +0 -9
- data/node_modules/bulma/sass/form/checkbox-radio.sass +0 -22
- data/node_modules/bulma/sass/form/file.sass +0 -184
- data/node_modules/bulma/sass/form/input-textarea.sass +0 -66
- data/node_modules/bulma/sass/form/select.sass +0 -88
- data/node_modules/bulma/sass/form/shared.sass +0 -60
- data/node_modules/bulma/sass/form/tools.sass +0 -215
- data/node_modules/bulma/sass/grid/_all.sass +0 -5
- data/node_modules/bulma/sass/grid/columns.sass +0 -513
- data/node_modules/bulma/sass/grid/tiles.sass +0 -36
- data/node_modules/bulma/sass/helpers/_all.sass +0 -12
- data/node_modules/bulma/sass/helpers/color.sass +0 -39
- data/node_modules/bulma/sass/helpers/flexbox.sass +0 -35
- data/node_modules/bulma/sass/helpers/float.sass +0 -10
- data/node_modules/bulma/sass/helpers/other.sass +0 -14
- data/node_modules/bulma/sass/helpers/overflow.sass +0 -2
- data/node_modules/bulma/sass/helpers/position.sass +0 -7
- data/node_modules/bulma/sass/helpers/spacing.sass +0 -31
- data/node_modules/bulma/sass/helpers/typography.sass +0 -103
- data/node_modules/bulma/sass/helpers/visibility.sass +0 -122
- data/node_modules/bulma/sass/layout/_all.sass +0 -6
- data/node_modules/bulma/sass/layout/footer.sass +0 -11
- data/node_modules/bulma/sass/layout/hero.sass +0 -153
- data/node_modules/bulma/sass/layout/section.sass +0 -17
- data/node_modules/bulma/sass/utilities/_all.sass +0 -9
- data/node_modules/bulma/sass/utilities/animations.sass +0 -1
- data/node_modules/bulma/sass/utilities/controls.sass +0 -49
- data/node_modules/bulma/sass/utilities/derived-variables.sass +0 -114
- data/node_modules/bulma/sass/utilities/extends.sass +0 -25
- data/node_modules/bulma/sass/utilities/functions.sass +0 -135
- data/node_modules/bulma/sass/utilities/initial-variables.sass +0 -79
- data/node_modules/bulma/sass/utilities/mixins.sass +0 -303
- data/node_modules/bulma-block-list/docs/Gemfile +0 -3
- data/node_modules/bulma-block-list/docs/_config.yml +0 -17
- data/node_modules/bulma-block-list/docs/_data/menu.yaml +0 -24
- data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +0 -156
- data/node_modules/bulma-block-list/docs/_sass/_main.scss +0 -20
- data/node_modules/bulma-block-list/docs/assets/css/app.scss +0 -7
- data/node_modules/bulma-block-list/docs/favicon.ico +0 -0
- data/node_modules/bulma-block-list/src/demo.scss +0 -3
@@ -78,61 +78,65 @@ Browse the [online documentation here.](https://bulma.io/documentation/overview/
|
|
78
78
|
|
79
79
|
## Related projects
|
80
80
|
|
81
|
-
| Project
|
82
|
-
|
|
83
|
-
| [Bulma with Attribute Modules](https://github.com/j5bot/bulma-attribute-selectors)
|
84
|
-
| [Bulma with Rails](https://github.com/joshuajansen/bulma-rails)
|
85
|
-
| [BulmaRazor](https://github.com/loogn/bulmarazor)
|
86
|
-
| [Vue Admin (dead)](https://github.com/vue-bulma/vue-admin)
|
87
|
-
| [Bulmaswatch](https://github.com/jenil/bulmaswatch)
|
88
|
-
| [Goldfish (read-only)](https://github.com/Caiyeon/goldfish)
|
89
|
-
| [ember-bulma](https://github.com/open-tux/ember-bulma)
|
90
|
-
| [Bloomer](https://bloomer.js.org)
|
91
|
-
| [React-bulma](https://github.com/kulakowka/react-bulma)
|
92
|
-
| [Buefy](https://buefy.org/)
|
93
|
-
| [vue-bulma-components](https://github.com/vouill/vue-bulma-components)
|
94
|
-
| [BulmaJS](https://github.com/VizuaaLOG/BulmaJS)
|
95
|
-
| [Bulma-modal-fx](https://github.com/postare/bulma-modal-fx)
|
96
|
-
| [Bulma Stylus](https://github.com/groenroos/bulma-stylus)
|
97
|
-
| [Bulma.styl (read-only)](https://github.com/log1x/bulma.styl)
|
98
|
-
| [elm-bulma](https://github.com/surprisetalk/elm-bulma)
|
99
|
-
| [elm-bulma-classes](https://github.com/ahstro/elm-bulma-classes)
|
100
|
-
| [Bulma Customizer](https://bulma-customizer.bstash.io/)
|
101
|
-
| [Fulma](https://fulma.github.io/Fulma/)
|
102
|
-
| [Laravel Enso](https://github.com/laravel-enso/enso)
|
103
|
-
| [Django Bulma](https://github.com/timonweb/django-bulma)
|
104
|
-
| [Bulma Templates](https://github.com/dansup/bulma-templates)
|
105
|
-
| [React Bulma Components](https://github.com/couds/react-bulma-components)
|
106
|
-
| [purescript-bulma](https://github.com/sectore/purescript-bulma)
|
107
|
-
| [Vue Datatable](https://github.com/laravel-enso/vuedatatable)
|
108
|
-
| [bulma-fluent](https://mubaidr.github.io/bulma-fluent/)
|
109
|
-
| [csskrt-csskrt](https://github.com/4d11/csskrt-csskrt)
|
110
|
-
| [bulma-pagination-react](https://github.com/hipstersmoothie/bulma-pagination-react)
|
111
|
-
| [bulma-helpers](https://github.com/jmaczan/bulma-helpers)
|
112
|
-
| [bulma-swatch-hook](https://github.com/hipstersmoothie/bulma-swatch-hook)
|
113
|
-
| [BulmaWP (read-only)](https://github.com/tomhrtly/BulmaWP)
|
114
|
-
| [Ralma](https://github.com/aldi/ralma)
|
115
|
-
| [Django Simple Bulma](https://github.com/python-discord/django-simple-bulma)
|
116
|
-
| [rbx](https://dfee.github.io/rbx)
|
117
|
-
| [Awesome Bulma Templates](https://github.com/aldi/awesome-bulma-templates)
|
118
|
-
| [Trunx](
|
119
|
-
| [@aybolit/bulma](https://github.com/web-padawan/aybolit/tree/master/packages/bulma)
|
120
|
-
| [Drulma](https://www.drupal.org/project/drulma)
|
121
|
-
| [Bulrush](https://github.com/textbook/bulrush)
|
122
|
-
| [Bulma Variable Export](https://github.com/service-paradis/bulma-variables-export)
|
123
|
-
| [Bulmil](https://github.com/gomah/bulmil)
|
124
|
-
| [Svelte Bulma Components](https://github.com/elcobvg/svelte-bulma-components)
|
125
|
-
| [Bulma Nunjucks Starterkit](https://github.com/benninkcorien/nunjucks-starter-kit)
|
126
|
-
| [Bulma-Social](https://github.com/aldi/bulma-social)
|
127
|
-
| [Divjoy](https://divjoy.com/?kit=bulma)
|
128
|
-
| [Blazorise](https://github.com/Megabit/Blazorise)
|
129
|
-
| [Oruga-Bulma](https://github.com/oruga-ui/theme-bulma)
|
130
|
-
| [@bulvar/bulma](https://github.com/daniil4udo/bulvar/tree/master/packages/bulma)
|
131
|
-
| [@angular-bulma](https://quinnjr.github.io/angular-bulma)
|
81
|
+
| Project | Description |
|
82
|
+
| ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
|
83
|
+
| [Bulma with Attribute Modules](https://github.com/j5bot/bulma-attribute-selectors) | Adds support for attribute-based selectors |
|
84
|
+
| [Bulma with Rails](https://github.com/joshuajansen/bulma-rails) | Integrates Bulma with the rails asset pipeline |
|
85
|
+
| [BulmaRazor](https://github.com/loogn/bulmarazor) | A lightweight component library based on Bulma and Blazor. |
|
86
|
+
| [Vue Admin (dead)](https://github.com/vue-bulma/vue-admin) | Vue Admin framework powered by Bulma |
|
87
|
+
| [Bulmaswatch](https://github.com/jenil/bulmaswatch) | Free themes for Bulma |
|
88
|
+
| [Goldfish (read-only)](https://github.com/Caiyeon/goldfish) | Vault UI with Bulma, Golang, and Vue Admin |
|
89
|
+
| [ember-bulma](https://github.com/open-tux/ember-bulma) | Ember addon providing a collection of UI components for Bulma |
|
90
|
+
| [Bloomer](https://bloomer.js.org) | A set of React components for Bulma |
|
91
|
+
| [React-bulma](https://github.com/kulakowka/react-bulma) | React.js components for Bulma |
|
92
|
+
| [Buefy](https://buefy.org/) | Lightweight UI components for Vue.js based on Bulma |
|
93
|
+
| [vue-bulma-components](https://github.com/vouill/vue-bulma-components) | Bulma components for Vue.js with straightforward syntax |
|
94
|
+
| [BulmaJS](https://github.com/VizuaaLOG/BulmaJS) | Javascript integration for Bulma. Written in ES6 with a data-\* API |
|
95
|
+
| [Bulma-modal-fx](https://github.com/postare/bulma-modal-fx) | A set of modal window effects with CSS transitions and animations for Bulma |
|
96
|
+
| [Bulma Stylus](https://github.com/groenroos/bulma-stylus) | Up-to-date 1:1 translation to Stylus |
|
97
|
+
| [Bulma.styl (read-only)](https://github.com/log1x/bulma.styl) | 1:1 Stylus translation of Bulma 0.6.11 |
|
98
|
+
| [elm-bulma](https://github.com/surprisetalk/elm-bulma) | Bulma + Elm |
|
99
|
+
| [elm-bulma-classes](https://github.com/ahstro/elm-bulma-classes) | Bulma classes prepared for usage with Elm |
|
100
|
+
| [Bulma Customizer](https://bulma-customizer.bstash.io/) | Bulma Customizer – Create your own **bespoke** Bulma build |
|
101
|
+
| [Fulma](https://fulma.github.io/Fulma/) | Wrapper around Bulma for [fable-react](https://github.com/fable-compiler/fable-react) |
|
102
|
+
| [Laravel Enso](https://github.com/laravel-enso/enso) | SPA Admin Panel built with Bulma, VueJS and Laravel |
|
103
|
+
| [Django Bulma](https://github.com/timonweb/django-bulma) | Integrates Bulma with Django |
|
104
|
+
| [Bulma Templates](https://github.com/dansup/bulma-templates) | Free Templates for Bulma |
|
105
|
+
| [React Bulma Components](https://github.com/couds/react-bulma-components) | Another React wrap on React for Bulma.io |
|
106
|
+
| [purescript-bulma](https://github.com/sectore/purescript-bulma) | PureScript bindings for Bulma |
|
107
|
+
| [Vue Datatable](https://github.com/laravel-enso/vuedatatable) | Bulma themed datatable based on Vue, Laravel & JSON templates |
|
108
|
+
| [bulma-fluent](https://mubaidr.github.io/bulma-fluent/) | Fluent Design Theme for Bulma inspired by Microsoft’s Fluent Design System |
|
109
|
+
| [csskrt-csskrt](https://github.com/4d11/csskrt-csskrt) | Automatically add Bulma classes to HTML files |
|
110
|
+
| [bulma-pagination-react](https://github.com/hipstersmoothie/bulma-pagination-react) | Bulma pagination as a react component |
|
111
|
+
| [bulma-helpers](https://github.com/jmaczan/bulma-helpers) | Functional / Atomic CSS classes for Bulma |
|
112
|
+
| [bulma-swatch-hook](https://github.com/hipstersmoothie/bulma-swatch-hook) | Bulma swatches as a react hook and a component |
|
113
|
+
| [BulmaWP (read-only)](https://github.com/tomhrtly/BulmaWP) | Starter WordPress theme for Bulma |
|
114
|
+
| [Ralma](https://github.com/aldi/ralma) | Stateless Ractive.js Components for Bulma |
|
115
|
+
| [Django Simple Bulma](https://github.com/python-discord/django-simple-bulma) | Lightweight integration of Bulma and Bulma-Extensions for your Django app |
|
116
|
+
| [rbx](https://dfee.github.io/rbx) | Comprehensive React UI Framework written in TypeScript |
|
117
|
+
| [Awesome Bulma Templates](https://github.com/aldi/awesome-bulma-templates) | Free real-world Templates built with Bulma |
|
118
|
+
| [Trunx](https://github.com/fibo/trunx) | Super Saiyan React components, son of awesome Bulma |
|
119
|
+
| [@aybolit/bulma](https://github.com/web-padawan/aybolit/tree/master/packages/bulma) | Web Components library inspired by Bulma and Bulma-extensions |
|
120
|
+
| [Drulma](https://www.drupal.org/project/drulma) | Drupal theme for Bulma. |
|
121
|
+
| [Bulrush](https://github.com/textbook/bulrush) | A Bulma-based Python Pelican blog theme |
|
122
|
+
| [Bulma Variable Export](https://github.com/service-paradis/bulma-variables-export) | Access Bulma Variables in Javascript/Typescript in project using Webpack |
|
123
|
+
| [Bulmil](https://github.com/gomah/bulmil) | An agnostic UI components library based on Web Components, made with Bulma & Stencil. |
|
124
|
+
| [Svelte Bulma Components](https://github.com/elcobvg/svelte-bulma-components) | Library of UI components to be used in [Svelte.js](https://svelte.technology/) or standalone. |
|
125
|
+
| [Bulma Nunjucks Starterkit](https://github.com/benninkcorien/nunjucks-starter-kit) | Starterkit for Nunjucks with Bulma. |
|
126
|
+
| [Bulma-Social](https://github.com/aldi/bulma-social) | Social Buttons and Colors for Bulma |
|
127
|
+
| [Divjoy](https://divjoy.com/?kit=bulma) | React codebase generator with Bulma templates |
|
128
|
+
| [Blazorise](https://github.com/Megabit/Blazorise) | Blazor component library with the support for Bulma CSS framework |
|
129
|
+
| [Oruga-Bulma](https://github.com/oruga-ui/theme-bulma) | Bulma theme for [Oruga UI](https://oruga.io) |
|
130
|
+
| [@bulvar/bulma](https://github.com/daniil4udo/bulvar/tree/master/packages/bulma) | Bulma with [CSS Variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) support |
|
131
|
+
| [@angular-bulma](https://quinnjr.github.io/angular-bulma) | [Angular](https://angular.io/) directives and components to use in your Bulma projects |
|
132
|
+
| [Bulma CSS Class Completion](https://github.com/eliutdev/bulma-css-class-completion) | CSS class name completion for the HTML class attribute based on Bulma CSS classes. |
|
133
|
+
| [Crispy-Bulma](https://github.com/ckrybus/crispy-bulma) | Bulma template pack for django-crispy-forms |
|
134
|
+
| [CASE](https://case.app) | CASE is Lightweight Backend-as-a-Service with essential features: DB, Admin panel, API, JS SDK |
|
135
|
+
| [Reactive Bulma](https://github.com/NicolasOmar/reactive-bulma) | A component library based on React, Bulma, Typescript and Rollup |
|
132
136
|
|
133
137
|
## Copyright and license ![Github](https://img.shields.io/github/license/jgthms/bulma?logo=Github)
|
134
138
|
|
135
|
-
Code copyright
|
139
|
+
Code copyright 2023 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).
|
136
140
|
|
137
141
|
[npm-link]: https://www.npmjs.com/package/bulma
|
138
142
|
[awesome-link]: https://github.com/awesome-css-group/awesome-css
|