From e2d8be7258bc63c6fc816a0fb06ead53393ad89d Mon Sep 17 00:00:00 2001 From: GOMA Date: Fri, 18 Jul 2025 12:59:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20README=20file=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 846d391..5ad1d58 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Summary -**Current version : 1.1.2** +**Current version : 1.1.3** This project defines the *visual foundations* of the **design system** and establishes a strategy for structuring styles to guarantee their *reusability* in the design of graphic interfaces. @@ -20,7 +20,9 @@ The project is organized into three main modules: - [**output**](./output/) - Contains the Generated final [`variables.css`](./output/variables.css) file, containing all global CSS variables ready for integration into front-end projects. + * Contains [`variables.css`](./output/variables.css) file, containing all global CSS variables ready for integration into front-end projects. + + * Contains [`typography.module.css`](./output/typography.module.css) file, containing the CSS classes defining the different typographic variants available. ## Important