Skip to content

Commit

Permalink
Move foundation examples to Components folder (#3278)
Browse files Browse the repository at this point in the history
* approve visual tests

* update grid folder

---------

Co-authored-by: Alessio Venturini <112873190+alessioventuriniAND@users.noreply.github.com>
  • Loading branch information
1 parent 857b3ad commit 2f6fc25
Show file tree
Hide file tree
Showing 67 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/foundations/grid/example-grid-12.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: layouts/example
---

{% from "components/helpers/grid.njk" import dsExampleGrid %}
{% from "foundations/grid/grid.njk" import dsExampleGrid %}

{{
dsExampleGrid({
Expand Down
2 changes: 1 addition & 1 deletion src/foundations/grid/example-grid-7-4.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: layouts/example
---

{% from "components/helpers/grid.njk" import dsExampleGrid %}
{% from "foundations/grid/grid.njk" import dsExampleGrid %}

{{
dsExampleGrid({
Expand Down
2 changes: 1 addition & 1 deletion src/foundations/grid/example-grid-8.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: layouts/example
---

{% from "components/helpers/grid.njk" import dsExampleGrid %}
{% from "foundations/grid/grid.njk" import dsExampleGrid %}

{{
dsExampleGrid({
Expand Down
2 changes: 1 addition & 1 deletion src/foundations/grid/example-grid-combo.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: layouts/example
---

{% from "components/helpers/grid.njk" import dsExampleGrid %}
{% from "foundations/grid/grid.njk" import dsExampleGrid %}

{{
dsExampleGrid({
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
@import '../components/fieldset/fieldset';
@import '../components/footer/footer';
@import '../components/header/header';
@import '../components/helpers/grid';
@import '../components/hero/hero';
@import '../components/icon/icon';
@import '../components/image/image';
Expand Down Expand Up @@ -60,6 +59,7 @@
@import '../components/timeline/timeline';
@import '../components/upload/upload';
@import '../components/video/video';
@import '../foundations/grid/grid';
@import 'utilities/index';
@import 'utilities/highlight';

Expand Down

0 comments on commit 2f6fc25

Please sign in to comment.