We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6634d0a commit 07b9b64Copy full SHA for 07b9b64
1 file changed
tasks/converter/less_conversion.rb
@@ -67,7 +67,7 @@ def process_stylesheet_assets
67
log_processing name
68
# apply common conversions
69
file = convert_less(file)
70
- file = replace_all file, %r{/\* stylelint-disable.*?\*/\n*}, '', optional: true
+ file = replace_all file, %r{// stylelint-disable.*?\n*}, '', optional: true
71
if name.start_with?('mixins/')
72
file = varargify_mixin_definitions(file, *VARARG_MIXINS)
73
%w(responsive-(in)?visibility input-size text-emphasis-variant bg-variant).each do |mixin|
0 commit comments