|
1 | 1 | /**
|
2 |
| - * @parent bit-docs-generate-html/styles |
3 |
| - * @page bit-docs-generate-html/styles/mixins mixins |
4 |
| - * @group bit-docs-generate-html/styles/mixins/helper #helper |
| 2 | + * @parent bit-docs-generate-html/theme/styles |
| 3 | + * @page bit-docs-generate-html/theme/styles/mixins mixins |
| 4 | + * @group bit-docs-generate-html/theme/styles/mixins/helper #helper |
5 | 5 | *
|
6 | 6 | * @description Mixins for site-wide visual layout.
|
7 | 7 | *
|
|
12 | 12 |
|
13 | 13 | #helper {
|
14 | 14 | /**
|
15 |
| - * @function bit-docs-generate-html/styles/mixins/helper/padding .padding |
16 |
| - * @parent bit-docs-generate-html/styles/mixins/helper |
| 15 | + * @function bit-docs-generate-html/theme/styles/mixins/helper/padding .padding |
| 16 | + * @parent bit-docs-generate-html/theme/styles/mixins/helper |
17 | 17 | *
|
18 | 18 | * Sets padding for passed sides.
|
19 | 19 | *
|
|
22 | 22 | * @param {String} @sides A space-separated list of "sides", like `left right`.
|
23 | 23 | *
|
24 | 24 | * @param {Number} @amount An amount of padding in pixels, defaults to
|
25 |
| - * [bit-docs-generate-html/styles/variables/@defaultPadding @defaultPadding]. |
| 25 | + * [bit-docs-generate-html/theme/styles/variables/@defaultPadding @defaultPadding]. |
26 | 26 | *
|
27 | 27 | * @body
|
28 | 28 | *
|
|
39 | 39 | }
|
40 | 40 |
|
41 | 41 | /**
|
42 |
| - * @function bit-docs-generate-html/styles/mixins/helper/flex .flex |
43 |
| - * @parent bit-docs-generate-html/styles/mixins/helper |
| 42 | + * @function bit-docs-generate-html/theme/styles/mixins/helper/flex .flex |
| 43 | + * @parent bit-docs-generate-html/theme/styles/mixins/helper |
44 | 44 | *
|
45 | 45 | * Sets flexbox "grow" and "shrink" in most compatible way.
|
46 | 46 | *
|
|
69 | 69 | }
|
70 | 70 |
|
71 | 71 | /**
|
72 |
| - * @function bit-docs-generate-html/styles/mixins/helper/property-names .property-names |
73 |
| - * @parent bit-docs-generate-html/styles/mixins/helper |
| 72 | + * @function bit-docs-generate-html/theme/styles/mixins/helper/property-names .property-names |
| 73 | + * @parent bit-docs-generate-html/theme/styles/mixins/helper |
74 | 74 | * @hide
|
75 | 75 | *
|
76 | 76 | * Helper for setting multiple dash properties to same value.
|
|
109 | 109 | // Flexbox (flexbugs: https://github.com/philipwalton/flexbugs)
|
110 | 110 |
|
111 | 111 | /**
|
112 |
| - * @property .display-flex |
113 |
| - * @parent bit-docs-generate-html/styles/mixins |
| 112 | + * @property bit-docs-generate-html/theme/styles/mixins/display-flex @display-flex |
| 113 | + * @parent bit-docs-generate-html/theme/styles/mixins |
114 | 114 | *
|
115 | 115 | * Sets the display to flex using vendor prefixes.
|
116 | 116 | *
|
|
133 | 133 | }
|
134 | 134 |
|
135 | 135 | /**
|
136 |
| - * @property .flex-row |
137 |
| - * @parent bit-docs-generate-html/styles/mixins |
| 136 | + * @property bit-docs-generate-html/theme/styles/mixins/flex-row @flex-row |
| 137 | + * @parent bit-docs-generate-html/theme/styles/mixins |
138 | 138 | *
|
139 | 139 | * Sets the display to flex and direction to row using vendor prefixes.
|
140 | 140 | *
|
|
160 | 160 | }
|
161 | 161 |
|
162 | 162 | /**
|
163 |
| - * @property .flex-column |
164 |
| - * @parent bit-docs-generate-html/styles/mixins |
| 163 | + * @property bit-docs-generate-html/theme/styles/mixins/flex-column @flex-column |
| 164 | + * @parent bit-docs-generate-html/theme/styles/mixins |
165 | 165 | *
|
166 | 166 | * Sets the display to flex and direction to column using vendor prefixes.
|
167 | 167 | *
|
|
187 | 187 | }
|
188 | 188 |
|
189 | 189 | /**
|
190 |
| - * @property .flex-initial |
191 |
| - * @parent bit-docs-generate-html/styles/mixins |
| 190 | + * @property bit-docs-generate-html/theme/styles/mixins/flex-initial @flex-initial |
| 191 | + * @parent bit-docs-generate-html/theme/styles/mixins |
192 | 192 | *
|
193 | 193 | * Emulates `flex: initial;` in a compatible way using vendor prefixes.
|
194 | 194 | *
|
|
207 | 207 | }
|
208 | 208 |
|
209 | 209 | /**
|
210 |
| - * @property .flex-auto |
211 |
| - * @parent bit-docs-generate-html/styles/mixins |
| 210 | + * @property bit-docs-generate-html/theme/styles/mixins/flex-auto @flex-auto |
| 211 | + * @parent bit-docs-generate-html/theme/styles/mixins |
212 | 212 | *
|
213 | 213 | * Emulates `flex: auto;` in a compatible way using vendor prefixes.
|
214 | 214 | *
|
|
227 | 227 | }
|
228 | 228 |
|
229 | 229 | /**
|
230 |
| - * @property .flex-none |
231 |
| - * @parent bit-docs-generate-html/styles/mixins |
| 230 | + * @property bit-docs-generate-html/theme/styles/mixins/flex-none @flex-none |
| 231 | + * @parent bit-docs-generate-html/theme/styles/mixins |
232 | 232 | *
|
233 | 233 | * Emulates `flex: none;` in a compatible way using vendor prefixes.
|
234 | 234 | *
|
|
0 commit comments