redoc/src/common-elements/mixins.ts

7 lines
130 B
TypeScript
Raw Normal View History

2017-10-12 00:01:37 +03:00
import { css } from 'styled-components';
export const deprecatedCss = css`
text-decoration: line-through;
color: #bdccd3;
`;