-
```
The following change allows to control multiple media css sheets at the
same time.
When the function is called several times while switching between media you
don't loose the previous references a…
-
![image](https://user-images.githubusercontent.com/21038781/96251227-c69fb600-0fcd-11eb-8ea4-c14e20136291.png)
Fix these by adding secure stylesheet sources.
-
- Look into if it's good etiquette or not to do so, will make things more organized and less clunky
- Will eventually get around to doing this along with renaming, code clean up, etc
-
Running MAMP on port 80. My localhost is accessible through http://localhost (http://localhost:80 redirects to http://localhost).
Using WordPress, all js/css are dynamically linked. E.G.:
http://loc…
-
todomvc now has a couple of npm packages for the css and assets. See [here](https://github.com/tastejs/todomvc-app-template).
-
Colors, fonts and other things that are nice to have defined in one place should be moved to a constants.scss.
-
### Have you checked for existing feature requests?
- [X] Completed
### Summary
Let me try to both expand and summarize [what I said here](https://github.com/pulsar-edit/pulsar/issues/1087#is…
-
As soon as the stylesheets vary depending on user permissions or settings the CSS and/or JS has to be recompiled very often under circumstances.
Example:
```
if (Piwik::hasUserSuperUserAccess()) {
…
-
I'm supposed to be able to load the stylesheets just by the import statements in datatables.scss ? They don't work for me in my rails 7 app I get
Error: Can't find stylesheet to import.
╷
1 │ …
-
```
The following change allows to control multiple media css sheets at the
same time.
When the function is called several times while switching between media you
don't loose the previous references a…