Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ scaleProperties
Function
scaleProperties
packages/tailwindcss/src/utilities.ts:1432–1437 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1430
])
1431
1432
let
scaleProperties = () =>
1433
atRoot([
1434
property(
'--tw-scale-x'
,
'1'
),
1435
property(
'--tw-scale-y'
,
'1'
),
1436
property(
'--tw-scale-z'
,
'1'
),
1437
])
1438
1439
/**
1440
* @css `scale`
Callers
2
handleScale
Function · 0.85
createUtilities
Function · 0.85
Calls
2
atRoot
Function · 0.90
property
Function · 0.85
Tested by
no test coverage detected