1.0.3 • Published 3 years ago

fluid-jss v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago