Skip to content

Commit 0b039eb

Browse files
author
Adam Butterworth
authored
fix: add scss to smoke test (#59)
1 parent 08a89ba commit 0b039eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

example/src/App.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react';
22
import appleUrl, { ReactComponent as Apple } from './apple.svg';
3+
import './style.scss';
34

45
export default function App() {
56
const newEnglandApples = ['macintosh', 'granny smith'];

example/src/style.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
body {
2+
border: solid 4px red;
3+
}

0 commit comments

Comments
 (0)