Skip to content

Commit

Permalink
feat: new website (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac authored Jan 29, 2019
1 parent 0b1476e commit 059fd7a
Show file tree
Hide file tree
Showing 89 changed files with 7,022 additions and 1,688 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ module.exports = {
"plugin:jest/recommended",
],

parserOptions : {
ecmaVersion : 8,
},

parser: "babel-eslint",

env : {
node : true,
jest : true,
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ Both `assets` and `dynamicAssets` will only contain assets **directly** required

### BREAKING CHANGES

* - `modular-css-svelte` no longer has a custom rollup integration, use `modular-css-rollup` instead
- `modular-css-svelte` no longer has a custom rollup integration, use `modular-css-rollup` instead
- `modular-css-rollup` now supports a `common` option that will handle outputting any CSS that was removed from chunks due to treeshaking.
- `modular-css-rollup` accepts a new `processor` option that is expected to be a fully-configured & instantiated instance of `Processor` from `modular-css-core`.

Expand Down
73 changes: 0 additions & 73 deletions docs/extending.md

This file was deleted.

277 changes: 0 additions & 277 deletions docs/features.md

This file was deleted.

Loading

0 comments on commit 059fd7a

Please sign in to comment.