We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982c5d3 commit a8633a8Copy full SHA for a8633a8
1 file changed
README.md
@@ -15,7 +15,7 @@ const sheetify = require('sheetify')
15
const path = require('path')
16
17
const opts = {
18
- use: [
+ transform: [
19
[
20
'sheetify-postcss', {
21
plugins: [
@@ -44,7 +44,7 @@ add to your `package.json` `browserify.transform` field:
44
45
"sheetify",
46
{
47
- "use": [
+ "transform": [
48
49
"sheetify-postcss",
50
0 commit comments