Skip to content

Commit

Permalink
feat(CSS): use CSS custom properties instead of less variables (#3428)
Browse files Browse the repository at this point in the history
* feat(CSS): use CSS custom properties instead of less variables

* fix(Mesage): fix --rs-message-warning-bg value error
  • Loading branch information
simonguo committed Nov 3, 2023
1 parent 72b79e7 commit f6474e4
Show file tree
Hide file tree
Showing 4 changed files with 771 additions and 620 deletions.
2 changes: 1 addition & 1 deletion src/Placeholder/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
var(--rs-placeholder) 63%
);
background-size: 400% 100% !important;
animation: placeholder-active 3s ease infinite;
animation: placeholder-active 1.5s ease infinite;
}
}

Expand Down

1 comment on commit f6474e4

@vercel
Copy link

@vercel vercel bot commented on f6474e4 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rsuite-nextjs – ./docs

rsuite-nextjs-rsuite.vercel.app
rsuitejs.com
rsuite-nextjs-git-main-rsuite.vercel.app
rsuite.vercel.app

Please sign in to comment.