You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: guides/v1.0/frontend-dev-guide/themes/theme-structure.md
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,7 @@ Let's have a closer look at each particular sub-directory.
68
68
optional
69
69
</td>
70
70
<td colspan="1">
71
-
<p>
72
-
Module-specific styles, layouts, and templates.</p>
71
+
Module-specific styles, layouts, and templates.
73
72
</td>
74
73
</tr>
75
74
<tr>
@@ -82,8 +81,7 @@ Let's have a closer look at each particular sub-directory.
82
81
optional
83
82
</td>
84
83
<td colspan="1">
85
-
<p>
86
-
Module-</span>specific styles (<code>.css</code> and/or <code>.less</code> file). General styles for the module are in the <code>module.less</code> file, and styles for widgets are in <code>widgets.less</code>.</p>
84
+
Module-</span>specific styles (<code>.css</code> and/or <code>.less</code> file). General styles for the module are in the <code>module.less</code> file, and styles for widgets are in <code>widgets.less</code>.
87
85
</td>
88
86
</tr>
89
87
<tr>
@@ -94,7 +92,7 @@ Let's have a closer look at each particular sub-directory.
94
92
optional
95
93
</td>
96
94
<td colspan="1">
97
-
<p>Layout files which extend the default module or parent theme layouts. <!--ADDLINK--></p>
95
+
Layout files which extend the default module or parent theme layouts. <!--ADDLINK-->
98
96
</td>
99
97
</tr>
100
98
<tr>
@@ -105,7 +103,7 @@ Let's have a closer look at each particular sub-directory.
105
103
optional
106
104
</td>
107
105
<td colspan="1">
108
-
<p>Layouts that override the default module layouts.</p>
106
+
Layouts that override the default module layouts.
109
107
</td>
110
108
</tr>
111
109
<tr>
@@ -152,8 +150,7 @@ Let's have a closer look at each particular sub-directory.
152
150
</td>
153
151
<td colspan="1">required</td>
154
152
<td colspan="1">
155
-
<p>This directory contains a theme preview (a screenshot of your theme).
156
-
</p>
153
+
This directory contains a theme preview (a screenshot of your theme).
157
154
</td>
158
155
</tr>
159
156
<tr>
@@ -245,8 +242,7 @@ Let's have a closer look at each particular sub-directory.
245
242
</td>
246
243
<td colspan="1">optional</td>
247
244
<td colspan="1">
248
-
<p>Describes the theme dependencies and some meta-information. Will be here if your theme is a Composer package<!--ADDLINK-->
249
-
</p>
245
+
Describes the theme dependencies and some meta-information. Will be here if your theme is a Composer package<!--ADDLINK-->
0 commit comments