Styledown2Source
Write maintainable CSS styleguides using Markdown
Installation
If available in Hex, the package can be installed as:
-
Add
styledown2_sourceto your list of dependencies inmix.exs:
```elixir
def deps do
[{:styledown2_source, "~> 0.1.0"}]
end
```-
Ensure
styledown2_sourceis started before your application:
```elixir
def application do
[applications: [:styledown2_source]]
end
```