Via Z63: http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/
Usage:
@include keyframes(slide-down) {Via Z63: http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/
Usage:
@include keyframes(slide-down) {| <?php | |
| /** | |
| * Load site scripts. | |
| * | |
| * @since 1.0.0 | |
| * | |
| * @return void | |
| */ | |
| function wpgulp_enqueue_scripts() { |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| # config/compass.rb | |
| # Require any additional compass plugins here. | |
| project_type = :rails | |
| project_path = RAILS_ROOT if defined?(RAILS_ROOT) | |
| css_dir = "public/stylesheets/compiled" | |
| sass_dir = "app/stylesheets" | |
| images_dir = "public/images" | |
| javascripts_dir = "public/javascripts" | |
| output_style = :compact | |
| http_images_path = "/public/images" |
| # Rails template - first pass | |
| # Culled stuff from Peter Cooper, Jeremy McAnally | |
| # Run it like this | |
| # ruby ~/rails/dev/edge_rails/vendor/rails/railties/bin/rails my_new_app -m http://gist.github.com/51326.txt | |
| # Link to local copy of edge rails | |
| inside('vendor') { run 'ln -s /Users/bobby/rails/dev/edge_rails/vendor/rails rails' } | |
| # Delete unnecessary files |