Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
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
-
-
-
Merge pull request #79 from suitcss/upgrade-easy-import
Upgrade easy import
Commits on Apr 17, 2017
-
This offers more robust checks and is unit tested separately.
Commits on Apr 16, 2017
Commits on Mar 8, 2017
-
Merge pull request #74 from suitcss/update-packages
Update packages
Commits on Mar 5, 2017
Commits on Mar 4, 2017
Commits on Mar 3, 2017
Commits on Mar 2, 2017
Commits on Dec 9, 2016
Commits on Dec 1, 2016
Commits on Nov 30, 2016
Commits on Nov 15, 2016
-
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
Commits on Nov 13, 2016
Commits on Nov 12, 2016
-
Update encapsulation fixture (#61)
This is the result of a bug being fixed in postcss-import@8.1.3 postcss/postcss-import#211
Commits on Oct 20, 2016
-
Merge pull request #57 from suitcss/doc-update
Update documentation around re-ordering plugins
-
-
-
Merge pull request #56 from suitcss/fix-merging-use
Don't reorder core plugins
-
Commits on Oct 19, 2016
-
-
-
Merge pull request #53 from suitcss/styles-isolation
Styles Encapsulation for Components
-
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