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

Feature/sass styles #358

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

Commits on May 25, 2017

  1. update all dev dependencies

    updated all dev dependencies to current
    added jasmine-core to satisfy peer dependencies
    updated syntax in unit tests due to breaking changes in jasmine 2.x syntax
    ArlyMathiasen committed May 25, 2017
    Configuration menu
    Copy the full SHA
    8c7853c View commit details
    Browse the repository at this point in the history
  2. Implementing sass

    added grunt-sass to dev dependancies
    css refactored as sass
    sass task added to gruntfile and included as part of default
    ArlyMathiasen committed May 25, 2017
    Configuration menu
    Copy the full SHA
    b20d132 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. CSS refactored into SCSS

    sass linter added to dev dependancies and to default task
    postCSS added to add vendor prefixes to css
    removed old css file
    pointed the example to the build folder's compiled css where it was referencing the old src css file
    ArlyMathiasen committed May 26, 2017
    Configuration menu
    Copy the full SHA
    f00f60d View commit details
    Browse the repository at this point in the history