mix phx.sass (phoenix_sass v0.1.7) View Source

Force Sass (.sass/.scss) files to be compiled to CSS.

mix phx.sass

This will find Sass files matching the pattern defined in your config, convert them to CSS, and save them in the output_dir.

It's recommended that this step is done just before calling mix phx.digest:

mix do phx.sass, phx.digest

Link to this section Summary

Functions

Callback implementation for Mix.Task.run/1.

Link to this section Functions

Callback implementation for Mix.Task.run/1.