AdminLTE.css has an unwelcome Internet API dependency
See original GitHub issueAdminLTE.min.css has an unwelcome Internet API dependency (fonts.googleapis.com) that makes the AdminLTE template not fully useful for intranet networks without Internet access:
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
Beside that, an import declaration inside css file introduce several issues for bundling CSS files (Search on google for: Unexpected token, found '@import'
).
There are some other reasons for not using import declaration inside css file that we can check here: don’t use @import
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:6
Top Results From Across the Web
A brand new website interface for an even better experience!
AdminLTE.css has an unwelcome Internet API dependency.
Read more >Dependencies & Plugins | AdminLTE v3 Documentation
Dependencies. AdminLTE depends on two main frameworks. The downloadable package contains both of these libraries, so you don't have to manually download ...
Read more >Could not find a part of the path ... bin\roslyn\csc.exe
I am trying to run an ASP.NET MVC (model-view-controller) project retrieved from TFS (Team Foundation Server) source control. I have added all ...
Read more >JavaScript
js contain all plugins in a single file. Include only one. Plugin dependencies. Some plugins and CSS components depend on other plugins. If...
Read more >Changelog - uData Documentation
2.6.5 (2021-05-19)¶. Fix create user by API #2609; Add sqlite, db and ics to allowed extensions #2610; Better markup parsing #2611: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@nermamax
In my opinion the template should not start with custom fonts to begin with. Just like Bootstrap - on which it’s based - it should use standard system fonts by default (Helvetica, Arial, etc. or even just sans-serif). Then every user can easily customize it to taste and load how many external fonts they desire.
Is this going to be done one day?
Closed issues that were already asking for this: #116 #498 #744 #1233 #1458