We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a89ba commit 0b039ebCopy full SHA for 0b039eb
example/src/App.jsx
@@ -1,5 +1,6 @@
1
import React from 'react';
2
import appleUrl, { ReactComponent as Apple } from './apple.svg';
3
+import './style.scss';
4
5
export default function App() {
6
const newEnglandApples = ['macintosh', 'granny smith'];
example/src/style.scss
@@ -0,0 +1,3 @@
+body {
+ border: solid 4px red;
+}
0 commit comments