Docs tests & a refactor

This commit is contained in:
Max Veytsman
2021-03-06 16:53:46 -05:00
parent 143b0d78c9
commit 682e9d04f3
5 changed files with 73 additions and 28 deletions

View File

@ -4,6 +4,6 @@ defmodule Heroicons.Outline do
For primary navigation and marketing sections, designed to be rendered at 24x24.
"""
@icon_path "#{:code.priv_dir(:heroicons)}/outline/"
@icon_dir "outline/"
@before_compile Heroicons
end

View File

@ -5,6 +5,6 @@ defmodule Heroicons.Solid do
For buttons, form elements, and to support text, designed to be rendered at 20x20.
"""
@icon_path "#{:code.priv_dir(:heroicons)}/solid/"
@icon_dir "solid/"
@before_compile Heroicons
end