Skip to content

Commit

Permalink
Move IS_SECTION out of toplevel namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama authored and albb0920 committed Aug 25, 2022
1 parent 289834b commit 5791166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/autoprefixer-rails/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
require "execjs"
require "json"

IS_SECTION = /^\s*\[(.+)\]\s*$/.freeze

module AutoprefixerRails
IS_SECTION = /^\s*\[(.+)\]\s*$/.freeze

# Ruby to JS wrapper for Autoprefixer processor instance
class Processor
SUPPORTED_RUNTIMES = [ExecJS::Runtimes::Node, ExecJS::Runtimes::MiniRacer]
Expand Down

0 comments on commit 5791166

Please sign in to comment.