0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 04:52:40 +00:00

Revert "Correct truncation when looking for data: in css folding"

This reverts commit ad1e8d50d7.
This commit is contained in:
David Bolack
2024-08-02 15:25:10 -05:00
parent ad1e8d50d7
commit 05d4d5b1ff
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ module.exports = {
// IMPORT FOLDING
const importMatcher = /^@import.*?[;]/;
const importMatcher = /^@import.*?;/;
if(activeLine.match(importMatcher)) {
return {