Working prototype

This commit is contained in:
Eric Shinn
2021-01-20 00:27:00 -05:00
parent 75aff8fe8a
commit 7ec534a783
3 changed files with 141 additions and 0 deletions

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "next-pre-css",
"version": "1.0.0",
"description": "Adds support for Stylus & Less to NextJS.",
"main": "index.js",
"repository": "git@github.com:eshinn/next-pre-css.git",
"author": "Eric Shinn <eric.shinn@gmail.com>",
"license": "MIT",
"private": true
}