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

Commit fab04e1

Browse files
committed
adding pattern scaffolding
1 parent adcfff3 commit fab04e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dist/_meta/_00-head.twig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
<meta name="viewport" content="width=device-width" />
77

88
<link rel="stylesheet" href="../../css/style.css?{{ cacheBuster }}" media="all" />
9+
<link rel="stylesheet" href="../../css/pattern-scaffolding.css?{{ cacheBuster }}" media="all" />
910

1011
<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->
1112
{{ patternLabHead | raw }}
1213
<!-- End Pattern Lab -->
1314

1415
</head>
15-
<body class="{{ bodyClass }}">
16-
16+
<body class="{{ bodyClass }}">
17+

dist/css/pattern-scaffolding.css

Whitespace-only changes.

0 commit comments

Comments
 (0)