UNPKG

react-sprucebot

Version:

React components for your Sprucebot Skill 💪🏼

17 lines (14 loc) 305 B
import styled from 'styled-components' const Pre = styled.pre` font-family: Courier, 'New Courier', monospace; font-size: 0.8em; text-align: left; white-space: pre-wrap; width: 100%; word-wrap: break-word; background-color: black; color: green; padding: 20px; tabsize: 1; ` export default Pre