v0.4.0
Pre-release
Pre-release
Breaking changes
- #11 Remove
col-custom
, now we can usecol
andmax-width
to achieve custom column - #14 Rewrite
_reset.scss
, so that<table>
and<input>
s in<form>
will not be reset, we need to addclass="table"
to<table>
andclass="form"
to<form>
. This will let Mobi.css be more friendly to third party libraries
Features
- Add a new class
btn
, new we can make an<a>
to a button by addingclass="btn"
- Add a new class
label
- Add
_custom.scss
so that people can easily generate their own Mobi.css - Add some typography styles such as
<mark>
,<sup>
, etc
Other changes
- Remove
pre { margin-left: "-15px", margin-right: "-15px" }
when screen width larger thancontainer
, so thatpre
will not look odd - Use
opacity
to achieve[disabled]
- Update
<h4>
,<h5>
,<h6>
font-size