Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 0ef14c5

Browse files
committedMar 5, 2022
fix: remove console logs
1 parent a6acb86 commit 0ef14c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎ui.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,6 @@ const uiConfig = {
333333
matchUtilities(
334334
{
335335
bordershadow: (value) => {
336-
console.log(value)
337-
const split = value.split('-to-')
338336
return {
339337
boxShadow: `
340338
var(--colors-blacka1) 0px 0px 0px 0px,

0 commit comments

Comments
 (0)