Skip to content
Snippets Groups Projects
Commit 5e20414a authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt
Browse files

fix: add missing Tailwind equivalent for `gl-flex-shrink-0`

parent eddd074e
No related branches found
No related tags found
1 merge request!4454fix: add missing Tailwind equivalent for `gl-flex-shrink-0`
......@@ -218,6 +218,7 @@ export const tailwindEquivalents = {
'gl-md-flex-direction-row-reverse': 'md:gl-flex-row-reverse',
'gl-flex-grow-0!': '!gl-grow-0',
'gl-flex-grow-1': 'gl-grow',
'gl-flex-shrink-0': 'gl-shrink-0',
'gl-md-flex-grow-0': 'md:gl-grow-0',
'gl-flex-basis-0': 'gl-basis-0',
'gl-flex-basis-quarter': 'gl-basis-1/4',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment