cirandas.net

ref: master

plugins/responsive/lib/responsive_checks.rb


1
2
3
4
5
6
7
8
9
module ResponsiveChecks

  def theme_responsive?
    @theme_responsive = theme_option 'responsive' if @theme_responsive.nil?
    @theme_responsive
  end

end