Logo
Explore Help
Sign In
studio/cunningham
2
0
Fork 0
You've already forked cunningham
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
4eae45c4d9a744e799fc1cfecc63023815b9bcad
cunningham/packages/tokens/src/lib/tsconfig.json

12 lines
192 B
JSON
Raw Normal View History

♻️(tokens) expose default tokens in a lib and various config This allow to use the default tokens from Typescript or Javascript file of dependents repos. For instance this wîll be used by packages/react to aggregate components tokens files.
2023-01-04 15:51:06 +01:00
{
"extends": "@openfun/typescript-configs/node.json",
"include": [
"./*"
],
"compilerOptions": {
"baseUrl": "./",
"outDir": "../../dist/lib",
"declaration": true
}
✨(tokens) add token references Previously we were not fully using CSS variables as values used in CSS were hard-coded one. It wasn't keeping the variable references. This was causing issues when customizing the theme, because editing colors was not enough, it was needed to customize also the tokens using these variables. Now by introducing ref() we can delegate how to deal with these directly to the generators themselves.
2023-06-29 16:29:09 +02:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 51ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API