README.md
# Styledown2Source
> Write maintainable CSS styleguides using Markdown
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `styledown2_source` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:styledown2_source, "~> 0.1.0"}]
end
```
2. Ensure `styledown2_source` is started before your application:
```elixir
def application do
[applications: [:styledown2_source]]
end
```