Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixing prefixing prefix
  • Loading branch information
4aficiona2 authored Jan 15, 2025
1 parent 009ec72 commit ba7865f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ lyne-design-tokens/
│ └── sbb-variables--root.css # `sbb-` prefixed CSS variables with :root selector (converted to `rem`)
├── js/
│ ├── sbb-tokens-raw.json # `sbb-` prefixed nested .json file
│ ├── sbb-tokens.mjs # `Sbb` prefixed flat esm file
│ ├── sbb-tokens.cjs # `Sbb` prefixed flat commonjs file
│ ├── sbb-tokens.d.ts # `Sbb` prefixed flat type declaration
│ ├── sbb-tokens.mjs # `sbb` prefixed flat esm file
│ ├── sbb-tokens.cjs # `sbb` prefixed flat commonjs file
│ ├── sbb-tokens.d.ts # `sbb` prefixed flat type declaration
│ └── sbb-tokens.json # `sbb-` prefixed flat .json file
└── scss/
├── sbb-variables_css--placeholder.scss # `sbb-` prefixed CSS variables with Sass placeholder selector (%) (converted to `rem`)
Expand Down

0 comments on commit ba7865f

Please sign in to comment.