Skip to content

Commit

Permalink
deps: Remove clean-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Jan 17, 2024
1 parent 07a4f0e commit e16be21
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 64 deletions.
3 changes: 1 addition & 2 deletions app/components/StyledUtils/Container.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import tag from 'clean-tag'
import styled from 'styled-components'
import * as styledSystem from 'styled-system'

import * as styledCustom from '../../lib/styled_components_custom'

const Container = styled(tag)`
const Container = styled.div`
${styledSystem.alignItems}
${styledSystem.alignSelf}
${styledSystem.background}
Expand Down
3 changes: 1 addition & 2 deletions app/components/StyledUtils/StyledInput.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import tag from 'clean-tag'
import styled from 'styled-components'
import * as styledSystem from 'styled-system'

const StyledInput = styled(tag.input)`
const StyledInput = styled.input`
${styledSystem.space}
${styledSystem.borders}
${styledSystem.borderColor}
Expand Down
59 changes: 0 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"animate.scss": "0.0.6",
"bulma": "0.7.2",
"classnames": "~2.3.1",
"clean-tag": "^2.0.2",
"date-fns": "^2.16.1",
"debounce-promise": "~3.1.2",
"diff": "~4.0.2",
Expand Down

0 comments on commit e16be21

Please sign in to comment.