1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Integrate compound design tokens (#11091)

* Integrate compound design tokens

The icons should not be included in this repo, and should live in the compound design token repo, but for simplicity sake at this phase of the integration they will be added here

* lintfix

* Use correct SpyInstance import

* Using npm build of design tokens
This commit is contained in:
Germain
2023-06-14 16:49:14 +01:00
committed by GitHub
parent b9b93264b6
commit 4243847f4f
5 changed files with 222 additions and 3 deletions

View File

@ -17,6 +17,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
@import url("@vector-im/compound-design-tokens/assets/web/css/compound-design-tokens.css");
@import "./_font-sizes.pcss";
@import "./_font-weights.pcss";
@import "./_animations.pcss";