FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nativescript-dev-webpack/load-application-css.js at master · NativeScript/nativescript-dev-webpack · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
NativeScript
/
nativescript-dev-webpack
Public archive
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
40
Star
97
Code
Issues
82
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
nativescript-dev-webpack
/
load-application-css.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
8 lines (6 loc) · 218 Bytes
Breadcrumbs
nativescript-dev-webpack
/
load-application-css.js
Copy path
File metadata and controls
8 lines (6 loc) · 218 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
module
.
exports
=
function
(
loadModuleFn
)
{
const
application
=
require
(
"tns-core-modules/application"
)
;
require
(
"tns-core-modules/ui/styling/style-scope"
)
;
loadModuleFn
(
)
;
application
.
loadAppCss
(
)
;
}
Back
|
FazBrowse Home
|
New Git URL