Last active
August 29, 2015 14:10
-
-
Save KittyGiraudel/51ddc86f4140dc6515d2 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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