- move backend port from 8001 to 8088 - update frontend to use 127.0.0.1 explicitly instead of localhost - add request/response logging middleware to backend - fix explicit CORS origin matching for browser compatibility |
||
|---|---|---|
| .. | ||
| src | ||
| LICENSE | ||
| README.md | ||
| package.json | ||
README.md
@emotion/unitless
An object of css properties that don't accept values with units
import unitless from '@emotion/unitless'
unitless.flex === 1
unitless.padding === undefined