Skip to content

Commit

Permalink
[color engine] Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arnelenero committed Apr 1, 2022
1 parent 9e34e6d commit bd110e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/color/hsl.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { clamp } from '../utils'
import angle, { normalizeAngle } from './angle'
import { matchHslString } from './parsers/hslString'
import rgb, { rgbFromColorString } from './rgb'
import { rgbFromColorString } from './rgb'
import rgbToHsl from './transforms/rgbToHsl'

/** Object model of a color in the HSL space */
Expand Down
2 changes: 1 addition & 1 deletion src/color/rgb.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { clamp } from '../utils'
import hsl, { hslFromColorString } from './hsl'
import { hslFromColorString } from './hsl'
import named from './named'
import { matchHexString } from './parsers/hexString'
import { matchRgbString } from './parsers/rgbString'
Expand Down

0 comments on commit bd110e3

Please sign in to comment.