Deprecate the misc stylesheet and unobtrusive-logo mixin.

This commit is contained in:
Chris Eppstein 2010-04-24 16:33:27 -07:00
parent d66687eace
commit fe30041946
4 changed files with 7 additions and 17 deletions

View File

@ -1,5 +1,10 @@
COMPASS CHANGELOG
=================
0.10.0.rc4 (Unreleased)
-----------------------
* The `unobtrusive-logo` mixin is deprecated and will be removed. If you use this, please move the source to your project.
0.10.0.rc3 (April 13, 2010)
---------------------------
* This release addresses several bugs in rc2.

View File

@ -1,15 +0,0 @@
---
title: Compass Misc
crumb: Misc
framework: compass
stylesheet: compass/_misc.scss
meta_description: Cute stuff you probably don't need.
layout: core
classnames:
- reference
- core
- misc
---
- render 'reference' do
%p
This mixin lets you style an Unobtrusive CSS logo obtrusively.

View File

@ -1,2 +1 @@
@warn "DEPRECATED: Please change your @import of compass/misc.sass to: @import \"compass/misc\""
@import compass/misc.scss
@import "misc.scss"

View File

@ -5,6 +5,7 @@
// Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
@mixin unobtrusive-logo($size: 1em) {
@warn "DEPRECATED: unobtrusive-logo will be removed in a future release."
font-family: Monaco, Courier, "Lucida Sans Unicode", monospace;
font-size: $size;
color: #888;