Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Apr 18, 2017

  1. 4.0.0

    simonsmith committed Apr 18, 2017
  2. Update CHANGELOG

    simonsmith committed Apr 18, 2017
  3. Merge pull request #79 from suitcss/upgrade-easy-import

    Upgrade easy import
    simonsmith committed Apr 18, 2017

Commits on Apr 17, 2017

  1. Use isPromise module

    This offers more robust checks and is unit tested separately.
    simonsmith committed Apr 17, 2017
  2. Upgrade postcss-easy-import to 2.0.0

    Fixes #72
    simonsmith committed Apr 17, 2017

Commits on Apr 16, 2017

  1. Update dependencies

    simonsmith committed Apr 16, 2017
  2. Merge pull request #78 from suitcss/node-4

    Switch to Node 4
    simonsmith committed Apr 16, 2017
  3. Update CHANGELOG

    simonsmith committed Apr 16, 2017
  4. Switch to Node 4

    Fixes #75
    simonsmith committed Apr 16, 2017

Commits on Mar 8, 2017

  1. Merge pull request #74 from suitcss/update-packages

    Update packages
    simonsmith committed Mar 8, 2017

Commits on Mar 5, 2017

Commits on Mar 4, 2017

  1. Update CHANGELOG

    simonsmith committed Mar 4, 2017

Commits on Mar 2, 2017

  1. Add yarn.lock

    simonsmith committed Mar 2, 2017

Commits on Dec 9, 2016

  1. 3.0.1

    simonsmith committed Dec 9, 2016

Commits on Dec 1, 2016

Commits on Nov 30, 2016

  1. Update CHANGELOG.md

    giuseppeg committed Nov 30, 2016

Commits on Nov 15, 2016

  1. Fix undefined cli flags override config

    When cli flags are not passed their value is undefined and they override the config file options.
    This branch fixes this behaviour.
    
    Fixes #54
    giuseppeg committed Nov 15, 2016

Commits on Nov 13, 2016

  1. Bump reporter version to 2 (#63)

    danalloway authored and giuseppeg committed Nov 13, 2016

Commits on Nov 12, 2016

  1. Update encapsulation fixture (#61)

    This is the result of a bug being fixed in postcss-import@8.1.3
    
    postcss/postcss-import#211
    simonsmith authored and giuseppeg committed Nov 12, 2016

Commits on Oct 20, 2016

  1. Merge pull request #57 from suitcss/doc-update

    Update documentation around re-ordering plugins
    simonsmith committed Oct 20, 2016
  2. 3.0.0

    giuseppeg committed Oct 20, 2016
  3. Update CHANGELOG

    giuseppeg committed Oct 20, 2016
  4. Merge pull request #56 from suitcss/fix-merging-use

    Don't reorder core plugins
    giuseppeg committed Oct 20, 2016
  5. Don't reorder core plugins

    giuseppeg committed Oct 20, 2016

Commits on Oct 19, 2016

  1. Fix README typo

    simonsmith committed Oct 19, 2016
  2. Merge pull request #53 from suitcss/styles-isolation

    Styles Encapsulation for Components
    simonsmith committed Oct 19, 2016
  3. Add encapsulate feature

    Resets CSS properties to their default values to effectively allow a
    component to opt out of CSS inheritance and be encapsulated from the
    rest of the application similar to the Shadow DOM.
    
    * Add `encapsulate` option to the Node API (false by default)
    * Add `-s` flag to the CLI to enable
    
    See #53
    
    Commits from feature branch:
    
    * Styles encapsulation should happen after imports
    * Fix tests after adding encapsulation
    * Add encapsulation plugins before autoprefixer
    * Add non inherited props for encapsulation
    * Enforce core plugins order
    * Add minimal in-browser tests for Encapsulation
    * Simplify test runner for the browser
    * Add browserify
    * Run encapsulation tests in Electron
    * Make encapsulation fixture/tests a bit more explicit
    * Add encapsulate option to CLI
    * Add documentation for encapsulateStyles option
    * Add autoreset to README plugin list
    * Add link to the subset of properties used by the preprocessor
    giuseppeg authored and simonsmith committed Oct 19, 2016
Older