Skip to content

Commit

Permalink
Merge pull request #22 from shamalijadhav/feature/component-creation
Browse files Browse the repository at this point in the history
 script template
  • Loading branch information
Sm1pleScr1pt authored Jun 18, 2024
2 parents 7f8d1c6 + 062bee0 commit 4734921
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ loadPage();
async function loadingCustomCss(){
// load custom css files
var loadCssArray = [
"`${window.hlx.codeBasePath}/styles/loanproducts/loanproducts.css`",
"`${window.hlx.codeBasePath}/styles/calculator/calculator.css`",
"`${window.hlx.codeBasePath}/styles/choose-us/choose-us.css`",
"`${window.hlx.codeBasePath}/styles/download-piramal/download-piramal.css`",
"`${window.hlx.codeBasePath}/styles/our-media/our-media.css`",
"`${window.hlx.codeBasePath}/styles/piramal-since/piramal-since.css`",
`${window.hlx.codeBasePath}/styles/loanproducts/loanproducts.css`,
`${window.hlx.codeBasePath}/styles/calculator/calculator.css`,
`${window.hlx.codeBasePath}/styles/choose-us/choose-us.css`,
`${window.hlx.codeBasePath}/styles/download-piramal/download-piramal.css`,
`${window.hlx.codeBasePath}/styles/our-media/our-media.css`,
`${window.hlx.codeBasePath}/styles/piramal-since/piramal-since.css`,
]

loadCssArray.forEach( async (eachCss) => {
Expand Down

0 comments on commit 4734921

Please sign in to comment.