mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
chore: remove stylelint processor
This commit is contained in:
parent
25615ac38d
commit
d70eb44963
10 changed files with 30 additions and 14 deletions
|
@ -10,6 +10,7 @@ export const IconContainer = styled.div`
|
|||
|
||||
const base = css`
|
||||
${fontCSS}
|
||||
|
||||
appearance: none;
|
||||
display: block;
|
||||
background-color: ${palette.taupe300};
|
||||
|
@ -71,10 +72,12 @@ const colors = {
|
|||
const sizes = {
|
||||
small: css`
|
||||
${text300}
|
||||
|
||||
padding: 4px 8px;
|
||||
`,
|
||||
large: css`
|
||||
${text400}
|
||||
|
||||
padding: 12px 32px;
|
||||
width: 100%;
|
||||
`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue