Skip to content

Commit a28dfd9

Browse files
committed
fix: update stylescape import path
1 parent 1f705e5 commit a28dfd9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
echo 'If you are using a "manual" build mode for one or more of the' \
8484
'languages you are analyzing, replace this with the commands to build' \
8585
'your code, for example:'
86-
echo ' make bootstrap'
86+
# ...existing code...
8787
echo ' make release'
8888
exit 1
8989

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stylescape-example-react",
33
"description": "Stylescape example with React and Vite",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"private": true,
66
"repository": "https://github.com/stylescape/example-react",
77
"license": "MIT",

src/styles/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Import Stylescape
2-
@use "stylescape";
2+
@use "stylescape/scss" as stylescape;

0 commit comments

Comments
 (0)