- Fixed
slash as division
deprecation. Breaks compatibility with LibSass.
- Remove math.div for LibSass support.
- Fixed missed
slash as division
deprecation.
- Updated ownership.
- Fixed
slash as division
deprecation.
- Added common currencies to scut-characters
- Fixed
eyeglass
support. - Lowered specificity of
scut-reset-button
- Added
list-unstyled
.
- Fixed bug in
vcenter
quoting inner selectors.
- Added
eyeglass
support.
- Improvement on
scut-image-replace
(cf. http://codepen.io/HugoGiraudel/pen/jEYWKx/) - Some refactoring.
- Changed
scut-reverse-italics
to avoid Sass deprecation warning.
- Added
woff2
format toscut-font-face
.
- Made all elements inherit
-webkit-font-smoothing
inscut-reset-antialias
, to target elements that need specific targeting.
- Adjusted syntax of Sass
@if not
statements so that they will work in Libsass despite the Libsass bug sass/libsass#368
- Changed
box-sizing
reset to use inheritance.
- No longer remove
outline
frombutton
as part ofscut-reset-button
. - Added use of selector lists for
scut-vcenter-td
andscut-vcenter-ib
.
- Added
scut-reset-figure
. - Added
input[type="submit"]
andinput[type="reset"]
toscut-reset-button
.
- Added
scut-reset-media
. - Changed
scut-sticky-footer
toscut-sticky-footer-fixed
in order to add a new sticky footer mixin,scut-sticky-footer-fluid
. - Added
scut-color-swap
back in, because some people liked it.
- Fixed bug in build process.
- Added some squares to characters:
$scut-square
,$scut-whitesquare
,$scut-ssquare
,$scut-swhitesquare
. - Removed
scut-color-swap
,scut-bookends
, andscut-fonticon-label
because I never ended up using them.
- Updated
scut-font-face
so users can enter there own$formats
list, if they don't want to include all font-file-formats.
- Documented
scut-reset
so that others might understand. - Added
$no-margin
variable to list mixins, with the default valuetrue
. - Made
scut-font-face
's argument$weight
optional. - Removed inner element from
scut-ratio-box
, as the user can add it herself if she wants it (and she may not want it). - Exposed the
$scut-rem-base
default value to users.
- Fixed a bug preventing the results of
scut-em
andscut-rem
from being used in calculations. - Added
scut-truncate
. - Deleted "tests" in repository. Devs should use Codepen. It's easy.
- Updated
scut-reset
. Some substance-changes and specific resets are now excludable.
- Bug fixes.
- Updated
scut-list-unstyled
for less aggressive resetting; modified related utilities to fit. - Updated
scut-fill
for two different filling approaches: all coordinates = 0 or width/height = 100%. - Updated
scut-em
to accept lists of pixel-values and exposed the$scut-em-base
default value to users. - Added
scut-rem
andscut-rem-fallback
. - Added
scut-list-custom
. - Added
scut-center-trasform
andscut-vcenter-tt
.
- Added RubyGem config so Scut can be used as a standard Compass extension.
- Modified
scut-margin
andscut-padding
. - Added
scut-center-block
. - Changed
scut-hide-text
toscut-image-replace
and addedscut-hide-visually
. - Moved
scut-triangle
andscut-circle
to General category; removedscut-foursquare
; and removed Shapes category. - Replaced block comments with in-line comments.
- Added
scut-border
.
- Fixed bug with
scut-foursquare
: it requiresbox-sizing: border-box
.
- Started changelog!