Skip to content

Commit

Permalink
refactor: added pattern lab UI specific styles (#47)
Browse files Browse the repository at this point in the history
provided by DB UI Core
  • Loading branch information
mfranzke authored Oct 11, 2022
1 parent bd14000 commit 442aac2
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 1 deletion.
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 @@ -37,6 +37,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 442aac2

Please sign in to comment.