Skip to content

Commit bb16824

Browse files
committed
updated cssFilePath in blueprints to reflect new Scss file organization, per code review suggestion
#3259 (comment)
1 parent f4877f6 commit bb16824

File tree

1 file changed

+1
-1
lines changed
  • showcase/blueprints/hds-component

1 file changed

+1
-1
lines changed

showcase/blueprints/hds-component/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838

3939
const updateHDSComponentsCSS = (options) => {
4040
const name = options.entity.name;
41-
const cssFilePath = `${options.project.root}/../packages/components/src/styles/@hashicorp/design-system-components.scss`;
41+
const cssFilePath = `${options.project.root}/../packages/components/src/styles/components/index.scss`;
4242
const source = fs.readFileSync(cssFilePath, 'utf-8');
4343
const oldLinesArray = source.split(/\r?\n/);
4444
const firstComponentImportIndex =

0 commit comments

Comments
 (0)