Skip to content
Snippets Groups Projects
Commit 06e4768a authored by Vanessa Otto's avatar Vanessa Otto :baby:
Browse files

fix: Add gl-align-items-start

parent 183bfc1d
No related branches found
No related tags found
1 merge request!4502Gl align items start
......@@ -187,6 +187,7 @@ export const tailwindEquivalents = {
'gl-align-items-flex-start': 'gl-items-start',
'gl-align-items-flex-start!': '!gl-items-start',
'gl-align-items-flex-end': 'gl-items-end',
'gl-align-items-start': 'gl-items-start',
'gl-align-items-stretch': 'gl-items-stretch',
'gl-align-items-stretch!': '!gl-items-stretch',
'gl-sm-align-items-center': 'sm:gl-items-center',
......
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