Missing.css
Version 0.1.0
§ Changelog
-
Breaking: Significant redesign. Inspect your website visually before upgrading.
-
Breaking: Renamed classes and variables:
Old New --colorful-bg
--box-bg
.h1
, ...,.h6
.<h1>
, ...,.<h6>
.grow-*
.flex-grow:*
.reset
.all:initial
.textcenter
.text-align:center
.pad
.padding
.pad-block
.padding-block
.float<
.float:left
.float>
.float:right
.scroll
.overflow:auto
.scroll!
.overflow:scroll
-
Breaking: Added automatic dark theme. To opt out, add the
.no-dark-theme
class to your root<html>
element. -
Breaking: Removed
.basicgrid .colwidth-* .minwidth-* .maxwidth-* .col-*
. -
Breaking: Removed
.< .^ ._ .>
-
Added
--border-radius
and--box-border
variable. -
Added
.<button>
class. -
Added
.plain
colorway. -
Added
.permalink-anchor
component. -
Buttons inside
<strong>
elements will be primary buttons. -
Stopped distributing compressed builds.
-
Added license (BSD 2-clause). Thanks @michaelsmanley!
-
Added readme.
-
Bash is no longer required to build missing.css. Thanks @dsherret for dax!
-
Upgrade dependencies.