|
109 | 109 | // Flexbox (flexbugs: https://github.com/philipwalton/flexbugs)
|
110 | 110 |
|
111 | 111 | /**
|
112 |
| - * @property bit-docs-generate-html/theme/styles/mixins/display-flex @display-flex |
| 112 | + * @property bit-docs-generate-html/theme/styles/mixins/display-flex .display-flex |
113 | 113 | * @parent bit-docs-generate-html/theme/styles/mixins
|
114 | 114 | *
|
115 | 115 | * Sets the display to flex using vendor prefixes.
|
|
133 | 133 | }
|
134 | 134 |
|
135 | 135 | /**
|
136 |
| - * @property bit-docs-generate-html/theme/styles/mixins/flex-row @flex-row |
| 136 | + * @property bit-docs-generate-html/theme/styles/mixins/flex-row .flex-row |
137 | 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.
|
|
160 | 160 | }
|
161 | 161 |
|
162 | 162 | /**
|
163 |
| - * @property bit-docs-generate-html/theme/styles/mixins/flex-column @flex-column |
| 163 | + * @property bit-docs-generate-html/theme/styles/mixins/flex-column .flex-column |
164 | 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.
|
|
187 | 187 | }
|
188 | 188 |
|
189 | 189 | /**
|
190 |
| - * @property bit-docs-generate-html/theme/styles/mixins/flex-initial @flex-initial |
| 190 | + * @property bit-docs-generate-html/theme/styles/mixins/flex-initial .flex-initial |
191 | 191 | * @parent bit-docs-generate-html/theme/styles/mixins
|
192 | 192 | *
|
193 | 193 | * Emulates `flex: initial;` in a compatible way using vendor prefixes.
|
|
207 | 207 | }
|
208 | 208 |
|
209 | 209 | /**
|
210 |
| - * @property bit-docs-generate-html/theme/styles/mixins/flex-auto @flex-auto |
| 210 | + * @property bit-docs-generate-html/theme/styles/mixins/flex-auto .flex-auto |
211 | 211 | * @parent bit-docs-generate-html/theme/styles/mixins
|
212 | 212 | *
|
213 | 213 | * Emulates `flex: auto;` in a compatible way using vendor prefixes.
|
|
227 | 227 | }
|
228 | 228 |
|
229 | 229 | /**
|
230 |
| - * @property bit-docs-generate-html/theme/styles/mixins/flex-none @flex-none |
| 230 | + * @property bit-docs-generate-html/theme/styles/mixins/flex-none .flex-none |
231 | 231 | * @parent bit-docs-generate-html/theme/styles/mixins
|
232 | 232 | *
|
233 | 233 | * Emulates `flex: none;` in a compatible way using vendor prefixes.
|
|
0 commit comments