Deprecate the misc stylesheet and unobtrusive-logo mixin.
This commit is contained in:
parent
d66687eace
commit
fe30041946
@ -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.
|
||||
|
@ -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.
|
@ -1,2 +1 @@
|
||||
@warn "DEPRECATED: Please change your @import of compass/misc.sass to: @import \"compass/misc\""
|
||||
@import compass/misc.scss
|
||||
@import "misc.scss"
|
@ -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;
|
Loading…
Reference in New Issue
Block a user