Skip to content

Commit

Permalink
chore(pv-stylemark): remove obsolete config option
Browse files Browse the repository at this point in the history
remove obsoletet config option lsgTemplatesSrc
  • Loading branch information
friewerts committed Feb 20, 2024
1 parent d7ebf79 commit 1392172
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions packages/pv-stylemark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Basic Configuration for both, cli and webpack-plugin, can be done in a `pv.confi
| ------------- | ------ | -------- | ----------------------------- |
| destPath | string | 'target' | defines where to put bundled files |
| cdTemplatesSrc | string | 'src/templates/' | defines homefolder of clickdummy-templates (glob: `[cdTemplatesSrc]**/*.hbs`) |
| lsgTemplatesSrc | string | 'src/styleguide/templates/' | defines homefolder of lsg-templates (glob: `[lsgTemplatesSrc]**/*.hbs`) |
| componentsSrc | string | 'src/components/' | defines homefolder of components (glob: `[componentsSrc]**/*.hbs`) |
| cdPagesSrc | string | 'src/pages/' | defines homefolder of clickdummy-pages (glob: `[cdPagesSrc]**/*.hbs`) |
| hbsHelperSrc | string | 'helpers/handlebarsHelper/' | defines homefolder of additional handlebars-helpers (glob: `[hbsHelperSrc]*.js`) |
Expand All @@ -61,7 +60,6 @@ Basic Configuration for both, cli and webpack-plugin, can be done in a `pv.confi
module.exports = {
destPath: 'dist',
cdTemplatesSrc: 'src/clickdummy/templates/',
lsgTemplatesSrc: 'src/lsg/templates/',
cdPagesSrc: 'src/clickdummy/pages/',
hbsHelperSrc: 'helper/handlebarsHelper/',
lsgConfigPath: 'config.stylemark.yaml',
Expand Down
1 change: 0 additions & 1 deletion packages/pv-stylemark/config/default.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const defaultConfig = {
destPath: "target",
cdTemplatesSrc: "src/templates/",
lsgTemplatesSrc: "src/styleguide/templates/",
componentsSrc: "src/components/",
cdPagesSrc: "src/pages/",
hbsHelperSrc: "helpers/handlebarsHelper/",
Expand Down
4 changes: 0 additions & 4 deletions packages/pv-stylemark/ui/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}

.dds-page {
@extend %dds-typo__body-reg;

Expand Down

0 comments on commit 1392172

Please sign in to comment.