Skip to content

Commit

Permalink
Merge branch 'main' of github.com:db-ui/base into v3
Browse files Browse the repository at this point in the history
� Conflicts:
�	tokens/spacings.json
  • Loading branch information
nmerget committed Oct 12, 2022
2 parents b422057 + 8d8086b commit d3f7250
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
name: Cleans all preview pages for gh-pages

on:
push:
branches:
- main
schedule:
- cron: "0 0 * * *"

jobs:
clean:
Expand Down
88 changes: 88 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@mfranzke/plugin-node-uiextension": "^1.0.0",
"@pattern-lab/cli": "5.17.0",
"@pattern-lab/core": "5.17.0",
"@pattern-lab/engine-handlebars": "5.16.4",
Expand Down
21 changes: 20 additions & 1 deletion patternlab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,24 @@
"extend": "helpers/*.js"
}
},
"transformedAssetTypes": ["scss"]
"transformedAssetTypes": ["scss"],
"plugins": {
"@mfranzke/plugin-node-uiextension": {
"enabled": true,
"initialized": false,
"options": {
"stylesheets": [
"https://db-ui.github.io/core/css/pattern-scaffolding-project-specific.css"
],
"navLinks": {
"before": [],
"after": []
},
"toolLinks": {
"before": [],
"after": []
}
}
}
}
}

0 comments on commit d3f7250

Please sign in to comment.