retr0h (owner)

Revisions

gist: 100052 Download_button fork
public
Public Clone URL: git://gist.github.com/100052.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
get '/:stylesheet.css' do
  sass params[:stylesheet].to_sym
end