Class: Smurfville::StyleguideController

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

Instance Method Summary collapse

Instance Method Details

#colorsObject



5
6
7
8
# File 'app/controllers/smurfville/styleguide_controller.rb', line 5

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

#helperObject



13
14
# File 'app/controllers/smurfville/styleguide_controller.rb', line 13

def helper
end

#partialsObject



10
11
# File 'app/controllers/smurfville/styleguide_controller.rb', line 10

def partials
end

#typographyObject



16
17
18
19
# File 'app/controllers/smurfville/styleguide_controller.rb', line 16

def typography
  @parser = Smurfville::TypographyParser.new
  @parser.parse
end