Skip to content

0.1.0

Compare
Choose a tag to compare
@arcticicestudio arcticicestudio released this 04 Sep 16:25
· 127 commits to develop since this release
v0.1.0

0.1.0 (2016-09-04)

Nord Palette Overview

Features

Sass

  • Implemented the nord.scss stylesheet
  • Implemented the template-css.scss stylesheet.
    This template can be compiled to a nord.css stylesheet via Gulp:
    sh npm install gulp compile-css-template

Sassdoc

Nord Sass sources are documented using the Sassdoc documentation syntax which can be compiled to a HTML documentation via Gulp:

npm install
gulp sassdoc

The Sassdoc theme can be changed by editing the .sassdocrc configuration file.

LESSCSS

  • Implemented the nord.less stylesheet

KSS

Nord LESSCSS sources are documented using the KSS documentation syntax.
Information about the generation of a styleguide can be found in the official KSS documentation.

Color Swatches

Added various native color palette files:

  • Adobe Photoshop: nord.aco (binary)
  • Adobe Swatch Exchange: nord.ase (binary)
  • Gpick Palette: nord.gpa (binary)
  • GIMP/Inkscape/CinePaint/Krita Palette:nord.gpl
  • Alias/WaveFront Material: nord.mtl`

The full changelog ist available here