Skip to content

Commit da8f06b

Browse files
committed
update readME
1 parent b28d044 commit da8f06b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

core/src/foundations/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ Design tokens represent small, repeated design decisions that make up a design s
1010

1111
The Ionic Design Tokens come from the [outsystems-design-tokens repo](https://github.com/OutSystems/outsystems-design-tokens).
1212

13-
Using the [outsystems-design-tokens package](https://www.npmjs.com/package/outsystems-design-tokens), we use its `npx run build.tokens` to pass our configuration file, that will generate 2 files inside `core/src/foundations`:
13+
Using the [outsystems-design-tokens package](https://www.npmjs.com/package/outsystems-design-tokens), we use its `npx run build.tokens` to pass our configuration file, that will generate one file inside `core/src/foundations`:
1414

1515
- `ionic.vars.scss` - SCSS variables, based on the native ones, that are used internally on all CSS/SCSS code.
16-
- `ionic.utility.scss` - list of utility classes based on each Design Token.
1716

1817
This refers, more or less, to what's known as System Tokens, which are decisions that systematize the design language for a specific theme or context.
1918

@@ -50,12 +49,6 @@ SCSS Variable:
5049
$ion-semantics-primary-300
5150
```
5251

53-
Utility class:
54-
55-
```css
56-
.ion-semantics-primary-300
57-
```
58-
5952
## Managing the Design Tokens
6053

6154
It's not expected that the tokens need to be changed frequently. This represents the base of all the Ionic Design System and any change to them should be taken carefully, synced with the UX/UI Team and reviewed by other devs.

0 commit comments

Comments
 (0)