Skip to content

Commit

Permalink
Update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
activeguild committed Apr 30, 2024
1 parent 0e2ed5d commit 06bf56c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,7 @@ dist
.vscode

# turbo
.turbo
.turbo


*.cookie
2 changes: 0 additions & 2 deletions example/react-sass/src/App.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '@/alias/_variables.scss';

$green: #00c851;

:export {
Expand Down
1 change: 0 additions & 1 deletion example/react-sass/src/App.module.scss.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import globalClassNames from './@types/style.d'
declare const classNames: typeof globalClassNames & {
readonly zoo: 'zoo'
readonly green: 'green'
readonly 'header-1': 'header-1'
readonly active: 'active'
Expand Down

0 comments on commit 06bf56c

Please sign in to comment.