Skip to content

Commit

Permalink
try: import from src/stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Feb 22, 2024
1 parent 0a9f9ae commit da874b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import "./MuiClassNameSetup";
import "./stylesheets/main.scss";

import { Made } from "@exabyte-io/made.js";
import React from "react";
Expand Down
2 changes: 1 addition & 1 deletion src/wave.js
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit da874b3

Please sign in to comment.