https://github.com/ash-project/igniter_css
IgniterCss is CSS patching functionality for Igniter
https://github.com/ash-project/igniter_css
css elixir igniter
Last synced: 2 months ago
JSON representation
IgniterCss is CSS patching functionality for Igniter
- Host: GitHub
- URL: https://github.com/ash-project/igniter_css
- Owner: ash-project
- Created: 2025-04-14T21:41:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-10T18:36:11.000Z (3 months ago)
- Last Synced: 2026-03-11T00:20:48.020Z (3 months ago)
- Topics: css, elixir, igniter
- Language: Elixir
- Homepage:
- Size: 800 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSES/MIT.txt
Awesome Lists containing this project
README

[](https://github.com/ash-project/igniter_css/actions/workflows/elixir.yml)
[](https://opensource.org/licenses/MIT)
[](https://hex.pm/packages/igniter_css)
[](https://hexdocs.pm/igniter_css)
[](https://api.reuse.software/info/github.com/ash-project/igniter_css)
# IgniterCss
IgniterCss is CSS patching functionality for [Igniter](https://hexdocs.pm/igniter)
## Installation
IgniterCss can be added to an existing elixir project by adding it to your dependencies:
```elixir
{:igniter_css, "~> 0.1.1", only: [:dev, :test]}
```
## Status
We are still working on getting this ready for an initial release.
The initial codemods will be limited to specific transformations. This is not intended to
be a toolkit (yet) for writing any arbitrary transformation like `Igniter` is for `Elixir`.
We will likely provide a way to do this by the user providing rust code and using our tools
to hook it up to igniter.