Skip to content

Instantly share code, notes, and snippets.

@KittyGiraudel
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save KittyGiraudel/51ddc86f4140dc6515d2 to your computer and use it in GitHub Desktop.

Select an option

Save KittyGiraudel/51ddc86f4140dc6515d2 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
/// Mixin output environment informations
/// @access public
/// @param {Bool} $absolute-path (false) - Whether or not to output paths as absolute
/// @param {String} $date-format ('%B %-d, %Y') - Date format (Ruby strftime valid)
/// @param {String} $time-format ('%H:%M') - Time format (Ruby strftime valid)
/// @output A persistent comment.
@mixin file-head($absolute-path: false, $date-format: '%B %-d, %Y', $time-format: '%H:%M') {
/*!
* Environment: `#{compass-env()}`
* From `#{current-source-file($absolute-path)}` to `#{current-output-file($absolute-path)}`
* On: #{current-date($date-format)} — #{current-time($time-format)}
*/
}
// Include it on top of your stylesheet
// Note: SassMeister injects CSS content in a <style> tag
// resulting in empty source and output paths.
@include file-head;
@charset "UTF-8";
/*!
* Environment: `development`
* From `..` to `..`
* On: December 2, 2014 — 14:07
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment