// individual style, comment out above, and uncomment here and add styles import styled, { css } from 'styled-components'; export default styled.div(() => { return css` margin: 0px 0; `; });