Skip to content

Commit 07b9b64

Browse files
committed
less_conversion.rb: Update stylelint comment removal
1 parent 6634d0a commit 07b9b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/converter/less_conversion.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def process_stylesheet_assets
6767
log_processing name
6868
# apply common conversions
6969
file = convert_less(file)
70-
file = replace_all file, %r{/\* stylelint-disable.*?\*/\n*}, '', optional: true
70+
file = replace_all file, %r{// stylelint-disable.*?\n*}, '', optional: true
7171
if name.start_with?('mixins/')
7272
file = varargify_mixin_definitions(file, *VARARG_MIXINS)
7373
%w(responsive-(in)?visibility input-size text-emphasis-variant bg-variant).each do |mixin|

0 commit comments

Comments
 (0)