UNPKG

isometric-react

Version:

Isometric styling library made in React with as much flexibility over customization as possible. Rewrite of https://morgancaron.github.io/IsometricSass/ .

12 lines (10 loc) 223 B
import styled from "styled-components"; const IsometricContainerStyle = styled.div ` *, *::before, *::after { box-sizing: border-box; } overflow: hidden; `; export default IsometricContainerStyle;