mirror of
https://github.com/primer/css.git
synced 2025-01-07 14:58:54 +03:00
lowercase u
This commit is contained in:
parent
b2d85bdb75
commit
97b7264866
@ -1,7 +1,7 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { storiesOf } from '@storybook/react'
|
import { storiesOf } from '@storybook/react'
|
||||||
|
|
||||||
storiesOf('Marketing Utilities', module)
|
storiesOf('Marketing utilities', module)
|
||||||
.add('Responsive borders', () => (
|
.add('Responsive borders', () => (
|
||||||
<div className='border-top border-sm-right border-md-bottom border-lg-top-0'>.border-top-0</div>
|
<div className='border-top border-sm-right border-md-bottom border-lg-top-0'>.border-top-0</div>
|
||||||
))
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user