This website requires JavaScript.
Explore
Help
Sign In
internal
/
sangwaritaxi_website
Watch
3
Star
0
Fork
You've already forked sangwaritaxi_website
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
64c2b07c7a
sangwaritaxi_website
/
node_modules
/
motion-dom
/
dist
/
es
/
render
/
dom
/
is-css-var.mjs
4 lines
72 B
JavaScript
Raw
Blame
History
const
isCSSVar
=
(
name
)
=>
name
.
startsWith
(
"--"
)
;
export
{
isCSSVar
}
;
Reference in New Issue
View Git Blame
Copy Permalink