crumble-material
Version, currently 0.7.08 versions
github.com/sbsoftware/crumble-material
No description declared in shard.yml.
1 stars
1 dependent
License: MIT
Installation
# Add this to your shard.yml
dependencies:
crumble-material:
github: sbsoftware/crumble-material
version: ~> 0.7.0Then run:
shards installshard.yml
- Crystal
- no constraint declared
- License
- MIT
Dependencies
Runtime Dependencies
- css>= 0.4.0github: sbsoftware/css.cr
- crumble>= 0.26.0github: sbsoftware/crumble
- to_html>= 1.2.1github: sbsoftware/to_html.cr
- stimulus*github: sbsoftware/stimulus.cr
- crumble-stimulus>= 0.3.0github: sbsoftware/crumble-stimulus
README
crumble-material
TODO: Write a description here
Installation
-
Add the dependency to your
shard.yml:dependencies: crumble-material: github: your-github-user/crumble-material -
Run
shards install
Usage
require "crumble-material"
Include the shard stylesheets in your layout as usual. All CSS emitted by this shard is wrapped in @layer crumble-material.
If your app defines cascade layer order up front, declare the shard layer before your app overrides so local styles can win without selector hacks:
class AppStyle < CSS::Stylesheet
layer_order :reset, :crumble_material, :app
layer :app do
rule ".my-component" do
color :rebeccapurple
end
end
end
Place your own overrides in a layer ordered after :crumble_material, such as :app above.
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/crumble-material/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Stefan Bilharz - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.7.0- Tagged
- Mar 20, 2026
- Commit
ab96330240fc- Indexed
- yes
Dependents
Repository
github.com/sbsoftware/crumble-material
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 19, 2026
- Synced
- Aug 19, 2026
- Versions
- 8