mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.
This commit is contained in:
committed by
Mariusz Felisiak
parent
fac26684fd
commit
dc8bb35e39
@@ -0,0 +1,2 @@
|
||||
* {outline: 1px solid red;}
|
||||
/*# sourceMappingURL=source_map.css.map */
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,2 @@
|
||||
* {outline: 1px solid red;}
|
||||
/*# sOuRcEMaPpInGURL=source_map.css.map */
|
||||
Reference in New Issue
Block a user