Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Possibly fixed bug on pattern generation process (#15) #18

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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