Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kickoff v9 #192

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open

Kickoff v9 #192

wants to merge 42 commits into from

Commits on May 14, 2017

  1. 🔥 remove

    mrmartineau committed May 14, 2017
    Configuration menu
    Copy the full SHA
    960356d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90282a0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    bc832f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b55fc8 View commit details
    Browse the repository at this point in the history
  3. ✨ use sass map for color main color-palette

    so we can make it easier to add variants of each color
    mrmartineau committed May 16, 2017
    Configuration menu
    Copy the full SHA
    6e6af3f View commit details
    Browse the repository at this point in the history
  4. ✨ improve global sass vars

    - `$z-index` now a sass map
    - `$type` & `$breakpoint`'s keys now use t-shirt sizing to make it easier to remember them
    - new `$font-family` sass map to allow easy selection of common font-stacks e.g. `ko-font(sans)`
    mrmartineau committed May 16, 2017
    10 Configuration menu
    Copy the full SHA
    66cfcfe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf6d4cb View commit details
    Browse the repository at this point in the history
  6. 🔨 sass typography refactored a bit

    - helper classes moved to `_helper-classes.scss`
    - removed some rarely used items e.g. `cite, dfn, mark`
    - removed `.h1, .alpha` classes for heading sizing
    - update to use new functions/vars
    mrmartineau committed May 16, 2017
    14 Configuration menu
    Copy the full SHA
    f71b23a View commit details
    Browse the repository at this point in the history
  7. 4 Configuration menu
    Copy the full SHA
    5b65518 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e579b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb54d54 View commit details
    Browse the repository at this point in the history
  10. 📝 update readme

    mrmartineau committed May 16, 2017
    Configuration menu
    Copy the full SHA
    d9dc4c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e21ecfa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    250b00f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7ee8fff View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b0bf512 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c36b6b1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bcc4a19 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Configuration menu
    Copy the full SHA
    6d6b065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaeaf17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6542d2 View commit details
    Browse the repository at this point in the history
  4. 📦 bump npm deps

    mrmartineau committed May 18, 2017
    Configuration menu
    Copy the full SHA
    02880b3 View commit details
    Browse the repository at this point in the history
  5. ✨ add base value to $type map

    `base` is for the default font-size
    mrmartineau committed May 18, 2017
    Configuration menu
    Copy the full SHA
    56fc151 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. ➕ add postcss-pxtorem

    this convert font-based px values to rems at the build stage
    mrmartineau committed May 21, 2017
    Configuration menu
    Copy the full SHA
    f17f290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4255e29 View commit details
    Browse the repository at this point in the history
  3. 🔨 switch ko-rem function to new ko-font-size

    - All font-based values that are written in `px` will be converted to rems at build stage by a PostCSS function.
    - The `ko-rem` function was removed and the `ko-font-size` (was added) is only used to get the value from the `$type` map.
    mrmartineau committed May 21, 2017
    Configuration menu
    Copy the full SHA
    4ba354f View commit details
    Browse the repository at this point in the history
  4. add pxtorem config

    mrmartineau committed May 21, 2017
    Configuration menu
    Copy the full SHA
    52301fd View commit details
    Browse the repository at this point in the history
  5. update to use 3rd party modularscale config and functions

    We now use https://github.com/modularscale/modularscale-sass, we are able to have better options when it comes to sizing type.
    mrmartineau committed May 21, 2017
    Configuration menu
    Copy the full SHA
    7550023 View commit details
    Browse the repository at this point in the history
  6. 🔨 font-size vars have been simplified

    `$line-height-base` was removed because it is not needed anymore
    mrmartineau committed May 21, 2017
    Configuration menu
    Copy the full SHA
    bd09285 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8aef495 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb96351 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f362fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c0351b4 View commit details
    Browse the repository at this point in the history
  11. 🚨 fix linting error

    mrmartineau committed May 21, 2017
    Configuration menu
    Copy the full SHA
    324baa2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5888c46 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2017

  1. Configuration menu
    Copy the full SHA
    f4dd8ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec0284 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09c82ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86e94f5 View commit details
    Browse the repository at this point in the history
  5. styleguide: add headings

    mrmartineau committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    0638f0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0d620f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. flair

    mrmartineau committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    5449b69 View commit details
    Browse the repository at this point in the history