Skip to content

Commit a8633a8

Browse files
toddselfgoto-bus-stop
authored andcommitted
Change use to transform (#8)
Update to reflect current sheetify usage
1 parent 982c5d3 commit a8633a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const sheetify = require('sheetify')
1515
const path = require('path')
1616

1717
const opts = {
18-
use: [
18+
transform: [
1919
[
2020
'sheetify-postcss', {
2121
plugins: [
@@ -44,7 +44,7 @@ add to your `package.json` `browserify.transform` field:
4444
[
4545
"sheetify",
4646
{
47-
"use": [
47+
"transform": [
4848
[
4949
"sheetify-postcss",
5050
{

0 commit comments

Comments
 (0)