Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Jun 3, 2024
1 parent 6321d7b commit 1c5e74b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vite/src/node/plugins/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2218,6 +2218,7 @@ const scssProcessor = (
},
}
}
// #endregion

/**
* relative url() inside \@imported sass and less files must be rebased to use
Expand Down Expand Up @@ -2477,6 +2478,7 @@ const lessProcessor = (maxWorkers: number | undefined): StylePreprocessor => {
},
}
}
// #endregion

// #region Stylus
// .styl
Expand Down Expand Up @@ -2607,6 +2609,7 @@ function formatStylusSourceMap(

return map
}
// #endregion

async function getSource(
source: string,
Expand Down

0 comments on commit 1c5e74b

Please sign in to comment.