Class: Smurf::StyleguideController

Inherits:
ApplicationController show all
Defined in:
app/controllers/smurf/styleguide_controller.rb

Instance Method Summary collapse

Instance Method Details

#colorsObject



3
4
5
6
# File 'app/controllers/smurf/styleguide_controller.rb', line 3

def colors
  @parser = Smurf::ColorVariableParser.new
  @parser.parse
end

#helperObject



11
12
# File 'app/controllers/smurf/styleguide_controller.rb', line 11

def helper
end

#partialsObject



8
9
# File 'app/controllers/smurf/styleguide_controller.rb', line 8

def partials
end

#typographyObject



14
15
16
17
# File 'app/controllers/smurf/styleguide_controller.rb', line 14

def typography
  # @parser = Smurf::TypographyParser.new
  # @parser.parse
end