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/ .

19 lines (18 loc) 576 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasPseudoElementAfter = exports.hasPseudoElementBefore = void 0; const styled_components_1 = require("styled-components"); const hasPseudoElementBefore = (0, styled_components_1.css) ` &::before { content: ""; display: block; } `; exports.hasPseudoElementBefore = hasPseudoElementBefore; const hasPseudoElementAfter = (0, styled_components_1.css) ` &::after { content: ""; display: block; } `; exports.hasPseudoElementAfter = hasPseudoElementAfter;