diff --git a/package.json b/package.json index e631dc0..215075a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "prepublishOnly": "rm -rf dist; npm run transpile", "start": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts start", - "transpile": "babel --extensions '.js,.jsx,.ts,.tsx' --out-dir dist src && sass src/stylesheets:dist/stylesheets", + "transpile": "babel --extensions '.js,.jsx,.ts,.tsx' --out-dir dist src && sass src/stylesheets:src/stylesheets", "prestart": "npm-link-shared ./node_modules/@exabyte-io/cove.js/node_modules . react", "postinstall": "npm run transpile", "test": "npx jest", diff --git a/src/index.jsx b/src/index.jsx index dff33e0..0dffad8 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -1,4 +1,5 @@ import "./MuiClassNameSetup"; +import "./stylesheets/main.scss"; import { Made } from "@exabyte-io/made.js"; import React from "react"; diff --git a/src/wave.js b/src/wave.js index a739af8..54685f4 100644 --- a/src/wave.js +++ b/src/wave.js @@ -1,5 +1,5 @@ /* eslint-disable max-classes-per-file */ -import "./stylesheets/main.css"; +import "./stylesheets/main.scss"; import { mix } from "mixwith"; import * as THREE from "three";