Skip to content

Commit 8901497

Browse files
authored
docs(rollup): Replace table with list (#1672)
1 parent 1009d5c commit 8901497

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

site/docs/integrations/rollup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,5 @@ vanillaExtractPlugin({
112112
});
113113
```
114114
115-
| Option | Type | Default | Description |
116-
| :------------ | :-------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------- |
117-
| **name** | `string` | `'bundle.css'` | Name the bundled CSS. [output.assetFilenames](https://rollupjs.org/configuration-options/#output-assetfilenames) can affect this. |
118-
| **sourcemap** | `boolean` | `false` | Set to `true` to also output `.css.map` file. |
115+
- `name`: Default `'bundle.css'`. Name the bundled CSS. [`output.assetFilenames`](https://rollupjs.org/configuration-options/#output-assetfilenames) can affect this.
116+
- `sourcemap`: Default `false`. Set to `true` to also output `.css.map` file.

0 commit comments

Comments
 (0)