Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aramk/CSSJSON
/ functions
Functions
5 in github.com/aramk/CSSJSON
⨍
Functions
5
◇
Types & classes
3
↓ 4 callers
Function
isEmpty
(x: Record<any, any>)
src/isEmpty.ts:1
↓ 2 callers
Function
toCSS
( node: JSONNode, depth = 0, breaks = 0 )
src/toCSS.ts:14
↓ 1 callers
Function
strAttr
(name: string, value: string, depth = 0)
src/strAttr.ts:1
↓ 1 callers
Function
strNode
( name: string, value: JSONNode, depth = 0 )
src/strNode.ts:4
↓ 1 callers
Function
toJSON
( cssString: string, args = defaultArgs )
src/toJSON.ts:45