Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
geoctrl committed Sep 28, 2023
1 parent 2415e3a commit 55ca9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ module.exports = {
[
"babel-plugin-css-to-module",
{
tagName: "customName",
// options here
},
],
Expand Down Expand Up @@ -151,12 +152,6 @@ docs: [sass javascript api](https://sass-lang.com/documentation/js-api/).
**Note:** even if you don't need sass options, you still need to include
the `sassOptions` property for the sass compiler to run.

### postcssPlugins

`plugins[]`

Postcss plugin passthrough array

## MIT License

Copyright (c) 2023 Tony Lefler
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-css-to-module",
"version": "0.1.0",
"version": "0.2.0",
"main": "src/babel-plugin-css-to-module.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 55ca9a3

Please sign in to comment.