Skip to content

Commit

Permalink
fix: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MildTomato committed Mar 5, 2022
1 parent a6acb86 commit 0ef14c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,6 @@ const uiConfig = {
matchUtilities(
{
bordershadow: (value) => {
console.log(value)
const split = value.split('-to-')
return {
boxShadow: `
var(--colors-blacka1) 0px 0px 0px 0px,
Expand Down

0 comments on commit 0ef14c5

Please sign in to comment.