UNPKG
azion-theme
Version:
latest (1.20.0)
1.20.0
1.19.1
1.19.0
1.18.4
1.18.3
1.17.0
1.16.2
1.16.1
1.16.0
1.15.3
1.15.2
1.15.1
1.15.0
1.14.5
1.14.4
1.14.3
1.14.2
1.14.1
1.14.0
1.13.2
1.13.1
1.13.0
1.12.0
1.11.8
1.11.7
1.11.6
1.11.5
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.3
1.10.2
1.10.1
1.10.0
1.9.0
1.8.1
1.8.0
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.5
<h1 align="center">azion-theme</h1>
github.com/aziontech/azion-theme
aziontech/azion-theme
azion-theme
/
tokens.js
9 lines
(7 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * TOKENS EXPORTS (ESM) * * Re-exports for easy access to design tokens */
export
{
default
}
from
'./src/tokens/index.js'
;
export
*
from
'./src/tokens/index.js'
;