1.0.3 • Published 2 years ago

fluid-jss v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

��# fluid jss output a length in px that scale with the viewport width.

import styled from 'styled-components'
import fluid from 'fluid-jss'

const Main = styled.div`
  font-size: ${fluid(minPX, maxPX, minVW, maxVW)};
`
1.0.2

2 years ago

1.0.1

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago