Releases: ungoldman/style.css
Releases · ungoldman/style.css
v1.0.0-alpha-5
v1.0.0-alpha-4
Changes
- use modular scale for headings (base: 1em, ratio: 1.125)
- reorganize typographic elements
- update style guide
v1.0.0-alpha-3
Additions
-
pull major settings out into overridable variables (#25)
$font-size-body: 16px !default; $font-size-code: 12px !default; $font-size-scale: 0.25vw !default; $line-height-body: 1.55em !default; $line-height-pre: 1.45em !default; $link-color: steelblue !default; $layout-width: 42em !default;
Changes
- switch link color to
steelblue
(#19)
Breaking changes
$link
renamed to$link-color
- move main
scss
file to root (#24)
v1.0.0-alpha-2
- use liberation sans for linux, change font stack ordering
- use autoprefixer
- updates to style guide, docs
- remove minified version
- add banner to dist file
v1.0.0-alpha
TOTAL REWRITE!
style.css
is now a classless stylesheet for markdown documents.
Features
- minimal size: weighs in at an adorable
5kb
when minified. - system fonts: looks native on macOS, iOS, windows, linux, firefox OS, android.
- great for text: designed to be highly readable and easy on the eyes.
- very small api: with zero classes, there's nothing to learn!
- omakase: composed out of a balanced selection of stylistic practices.
- very stylish: indeed.
Check out the new site for more info!
Thanks to @paulcpederson and @nikolaswise for major help.
v0.1.16
- add
style
field for better css-via-npm support - add
main
field and blankindex.js
for parcelify - bump
node-sass
to 3.8.x andnormalize.css
to 4.2.x
v0.1.15
v0.1.14
v0.1.13
- allow sass import
- move scripts to
scripts
- move
site
out ofsource
- add
.md
to LICENSE - remove
.site-nav
, break out & use top-bar.css