Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.74 KB

File metadata and controls

36 lines (25 loc) · 1.74 KB

Logo Light

Logo Dark

CI License: MIT Hex version badge Hexdocs badge REUSE status

IgniterCss

IgniterCss is CSS patching functionality for Igniter

Installation

IgniterCss can be added to an existing elixir project by adding it to your dependencies:

{: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.