sheetify icon indicating copy to clipboard operation
sheetify copied to clipboard

configuring via package.json is sometimes confusing

Open toddself opened this issue 8 years ago • 0 comments

i mean we're using a lot of stuff in addition to sheetify, but, it could be more obvious how this all fits together :). I'll try to throw together some documentation PRs this week

      [
        "sheetify/transform",
        {
          "use": [
            "sheetify-sass",
            [
              "sheetify-postcss",
              {
                "plugins": [
                  "autoprefixer"
                ]
              }
            ]
          ],
          "basedir": "."
        }
      ]
    ]

toddself avatar Jan 30 '17 04:01 toddself