Skip to content

Commit

Permalink
pattern-lab#15 Fix proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
heitoralthmann committed Nov 19, 2018
1 parent e2d50b7 commit 87101b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/_patterns/00-atoms/05-forms/00-text-fields.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% import "@macros/forms.twig" as forms %}
{% import "forms.twig" as forms %}
<fieldset>
{{ forms.input('Text Input') }}
{{ forms.input('Password', 'password') }}
Expand Down
2 changes: 1 addition & 1 deletion dist/_patterns/03-templates/03-article-2col.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "@templates/page-2col.twig" %}
{% extends "@templates/00-layouts/01-page-2col.twig" %}
{% block main %}
<article class="article">
<header class="article-header">
Expand Down

0 comments on commit 87101b5

Please sign in to comment.