Skip to content

Commit 6eab55b

Browse files
example-and-external-config
1 parent 4fa7b14 commit 6eab55b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

packages/kaizen-tg/_templates/drupal-9-theme/new/.stylelintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
to: <%= h.src() %>/<%= h.changeCase.lower(name) %>/.stylelintignore
33
---
44
/color/*.css
5+
dist/**/*.css

packages/kaizen-tg/_templates/drupal-9-theme/new/packages/components/_typography.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
---
22
to: <%= h.src() %>/<%= h.changeCase.lower(name) %>/packages/components/_typography.css
33
---
4+
/* Uncomment to import font example */
5+
/*
6+
@font-face {
7+
font-family: "ExampleFont";
8+
src:
9+
local(""),
10+
url("../../fonts/ExampleFont.woff2") format("woff2"),
11+
12+
font-weight: 400;
13+
font-style: normal;
14+
font-display: swap;
15+
}
16+
*/
417
html {
518
font-size: var(--root-font-size);
619
}

0 commit comments

Comments
 (0)