Project

stampy

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Stampy outputs a nifty timestamp, the current Sass version and other fun stuff into your compiled stylesheets.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.3.0
 Project Readme

Stampy Gem Version

Stampy outputs a nifty timestamp, the current Sass version and other fun stuff into your compiled stylesheets. Just put a little something like this at the top of your main Sass file, and BAM!

/*!
 * #{stampy()} // Or... stamp()
 */

// Will output something along the lines of...
/*!
 * Compiled on 2015-03-26 at 13:16:00 using Sass version 3.4.10 (Selective Steve)
 */

Installation

  1. gem install stampy
  2. Add require "stampy" to your config.rb
  3. ???
  4. Profit