Skip to content

Commit

Permalink
fix(ui/space): add common css
Browse files Browse the repository at this point in the history
affects: @varlet/ui
  • Loading branch information
haoziqaq committed Nov 18, 2021
1 parent 10d251f commit 5b439a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/varlet-ui/src/space/Space.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { internalSizeValidator, props } from './props'
import type { SpaceInternalSize, SpaceSize } from './props'
import { toPxNum } from '../utils/elements'
import { isArray } from '../utils/shared'
import '../styles/common.less'
import './space.less'

const internalSizes: Record<SpaceInternalSize, number[]> = {
Expand Down

0 comments on commit 5b439a8

Please sign in to comment.