crumble-material
Version, currently 0.3.08 versions
github.com/sbsoftware/crumble-material
No description declared in shard.yml.
Nothing has been indexed for 0.3.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
crumble-material:
github: sbsoftware/crumble-material
version: ~> 0.3.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.3.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
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.3.0- Tagged
- Mar 20, 2026
- Commit
bf84fc58b724- Indexed
- not yet
Dependents
Repository
github.com/sbsoftware/crumble-material
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 19, 2026
- Synced
- Aug 19, 2026
- Versions
- 8