-
Notifications
You must be signed in to change notification settings - Fork 24
/
shila_theme.info.yml
43 lines (40 loc) · 1.03 KB
/
shila_theme.info.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: 'Shila theme'
type: theme
description: 'An atomic design and Pattern Lab friendly starting point for new Drupal themes.'
base theme: stable
package: Shila
core: 8.x
core_version_requirement: ^8 || ^9
# The core Normalize library is included and then replaced so that Normalize
# will be the first stylesheet in the HTML source.
libraries:
- core/normalize
- shila_theme/global-styling
libraries-override:
core/normalize:
css:
base:
assets/vendor/normalize-css/normalize.css: source/css/normalize.css
regions:
page_top: 'Page top'
header: 'Header'
primary_menu: 'Primary menu'
secondary_menu: 'Secondary menu'
breadcrumb: 'Breadcrumb'
highlighted: 'Highlighted'
help: 'Help'
content: 'Content'
sidebar_first: 'Left sidebar'
sidebar_second: 'Right sidebar'
footer: 'Footer'
page_bottom: 'Page bottom'
component-libraries:
atoms:
paths:
- source/_patterns/00-atoms
molecules:
paths:
- source/_patterns/01-molecules
organisms:
paths:
- source/_patterns/02-organisms