Skip to content

Releases: ungoldman/style.css

v1.0.0-alpha-5

08 Oct 20:53
Compare
Choose a tag to compare

view diff

Additions

  • add serif font stack (#9)
  • add $font-body and $font-code settings
  • add serif.scss & serif.css
  • add sans & serif buttons to site layout
  • add serif to docs

v1.0.0-alpha-4

20 Sep 01:07
Compare
Choose a tag to compare

view diff

Changes

  • use modular scale for headings (base: 1em, ratio: 1.125)
  • reorganize typographic elements
  • update style guide

v1.0.0-alpha-3

17 Sep 23:20
Compare
Choose a tag to compare

view diff

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

17 Sep 01:05
Compare
Choose a tag to compare
  • 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

13 Sep 00:42
Compare
Choose a tag to compare

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

31 Aug 23:20
Compare
Choose a tag to compare
v0.1.16 Pre-release
Pre-release
  • add style field for better css-via-npm support
  • add main field and blank index.js for parcelify
  • bump node-sass to 3.8.x and normalize.css to 4.2.x

v0.1.15

29 Mar 21:06
Compare
Choose a tag to compare
v0.1.15 Pre-release
Pre-release
  • bump node-sass to non-beta version
  • fix missing top-bar.css dev dependency in package.json
  • use standard for basic test
  • add CONTRIBUTING.md

v0.1.14

29 Jan 10:03
Compare
Choose a tag to compare
v0.1.14 Pre-release
Pre-release
  • no more header border

v0.1.13

29 Jan 09:31
Compare
Choose a tag to compare
v0.1.13 Pre-release
Pre-release
  • allow sass import
  • move scripts to scripts
  • move site out of source
  • add .md to LICENSE
  • remove .site-nav, break out & use top-bar.css

v0.1.12

24 Jan 06:17
Compare
Choose a tag to compare
v0.1.12 Pre-release
Pre-release

v0.1.12

  • bump for no reason because I prematurely published and am not allowed to republish unpublished version ಠ_ಠ

v0.1.11 (unpublished)

  • bump gfm.css to v1.0.2