Skip to content

Commit

Permalink
fix: linting styled-system types
Browse files Browse the repository at this point in the history
  • Loading branch information
ljosberinn committed Oct 23, 2020
1 parent 123f96c commit 38c2a14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/styled-system/src/css-get-unit.ts

This file was deleted.

@@ -1,3 +1,10 @@
declare module "css-get-unit" {
/**
* Gets unit from the CSS value without verifying. If there is no unit it will return `null`
*/
export default function unit(val: string): string | null
}

declare module "@styled-system/core" {
import * as CSS from "csstype"

Expand Down

0 comments on commit 38c2a14

Please sign in to comment.