File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -213,8 +213,9 @@ The [Spectrum Typography system](https://opensource.adobe.com/spectrum-css/?path
213213For stylesheet use, import the complete typography system, with tokens:
214214
215215``` css
216- @import ' @spectrum-web-components/styles/tokens/index.css' ; /* import base tokens */
217- @import ' @spectrum-web-components/styles/tokens/dark-vars.css' ; /* import any theme tokens */
216+ @import ' @spectrum-web-components/styles/tokens-v2/dark-vars.css' ; /* import color tokens */
217+ @import ' @spectrum-web-components/styles/tokens-v2/large-vars.css' ; /* import scale tokens */
218+ @import ' @spectrum-web-components/styles/tokens-v2/global-vars.css' ; /* import global tokens */
218219@import ' @spectrum-web-components/styles/typography.css' ;
219220```
220221
You can’t perform that action at this time.
0 commit comments