nicklima/strapi-blog-frontend-next

View on GitHub
components/HiddenText/styled.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import styled from "styled-components"

export const HiddenText = styled.span`
  height: 1px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: -500px;
  width: 1px;
`