Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Latest commit

 

History

History
141 lines (115 loc) · 5.6 KB

CHANGELOG.md

File metadata and controls

141 lines (115 loc) · 5.6 KB
2017-08-24
Added
  • Family.scss for easier handling of :nth-child styles
  • cssnano for compressing the production build
  • StyleStats to collect some CSS statistics
  • Source maps for default build
Changed
  • Use separate stylesheet for vendor files
  • Use config hash for commonly used paths
  • Lots of tiny improvements to styleguide (styles)
Fixed
  • Magic importer not importing files multiple times
2017-05-18
Changed
  • Renamed npm run validate to npm run test:html
  • Renamed npm run test to npm run test:visual
  • Renamed npm run test:update to npm run test:visual:update
  • npm run test to run npm run test:html && npm run test:visual
Fixed
  • Tree.deepToggle() toggling only first element
  • HTML validation not printing results while processing files
2017-05-15
Added
Changed
  • Watch task to run commands also initially
  • Watch task to watch for changes in aigis folder as well
  • Build task to clean beforehand
2017-04-25
Added
Changed
  • Improve debugging styles and documentation
  • Improve default link text-decoration styles
  • Improve typography documentation
  • Rename all $font-* variables to $base-*
  • Rename shared/generic to shared/base for consistency reasons
  • Move z-index variables into own file (_z.scss)
  • Default syntax highlighter for Aigis to highlight.js
Fixed
  • $base-font-size not being used properly
2017-04-03
Added
Changed
  • Rename map-stringify() to stringify()
  • Improve stringify() to accept custom separator and patterns
  • Dropping double variable color system in favor of a single one (#1)
Fixed
  • Build all *.scss files, not just styles.scss
2017-03-24

Lots of new features have been added. 👏

Added
  • Styleguide generation with Aigis
  • Custom extension of the rscss system called «exceptions»
  • Vertical Rhythm functions and base styles
  • More (hopefully) self-explanatory components
Changed

1.0.0

2017-02-21

First public release! 🎉