Skip to content

Commit

Permalink
use noop backgroundClip plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
robinweser committed Nov 16, 2022
1 parent 8d4d01f commit 48f661d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/plugins/backgroundClip.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function backgroundClip(property, value) {
return null
}
2 changes: 2 additions & 0 deletions modules/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ import logical from './logical'
import position from './position'
import sizing from './sizing'
import transition from './transition'
import backgroundClip from './backgroundClip'

export default [
backgroundClip,
calc,
crossFade,
cursor,
Expand Down

0 comments on commit 48f661d

Please sign in to comment.