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