We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d0529 commit 4ae860fCopy full SHA for 4ae860f
src/__tests__/placeContent.js
@@ -15,5 +15,5 @@ it('transforms place content with one value', () => {
15
})
16
17
it('does not allow justify content without align content', () => {
18
- expect(() => transformCss([['place-content', 'space-everly']])).toThrow()
+ expect(() => transformCss([['place-content', 'space-evenly']])).toThrow()
19
0 commit comments