Skip to content

Commit

Permalink
[#1910] Cleaned css output
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Dec 21, 2023
1 parent 4c17d78 commit 7cbc3f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ structure of these design tokens.

## Add this as a submodule

In root folder of your project, create a dir:
In root folder of your project, create a dir or directly add the submodule in its own directory:

```bash
mkdir design-tokens

cd design-tokens
cd open-inwoner-design-tokens

git submodule add [email protected]:maykinmedia/open-inwoner-design-tokens.git

Expand All @@ -33,6 +31,14 @@ git submodule update --init

Do not forget to commit these changes to your repository.

If you are using Github actions, add these to your script:

```bash
- uses: actions/checkout@v3
with:
submodules: 'true'
```


## Usage

Expand Down
8 changes: 0 additions & 8 deletions style-dictionary.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@
"selector": ".openinwoner-theme",
"outputReferences": true
}
},
{
"destination": "oip-theme/index.css",
"format": "css/variables",
"options": {
"selector": ".openinwoner-theme",
"outputReferences": true
}
}
]
},
Expand Down

0 comments on commit 7cbc3f8

Please sign in to comment.