Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
86c68652
Unverified
Commit
86c68652
authored
3 years ago
by
Vlad Ioffe
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
adding less
parent
fd8c5f7b
github/fork/vlio20/patch-1
1 merge request
!12152
adding less
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/react-scripts/lib/react-app.d.ts
+5
-0
packages/react-scripts/lib/react-app.d.ts
with
5 additions
and
0 deletions
+5
-0
packages/react-scripts/lib/react-app.d.ts
+
5
-
0
View file @
86c68652
...
...
@@ -69,3 +69,8 @@ declare module '*.module.sass' {
const
classes
:
{
readonly
[
key
:
string
]:
string
};
export
default
classes
;
}
declare
module
'
*.module.less
'
{
const
classes
:
{
readonly
[
key
:
string
]:
string
};
export
default
classes
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets