1
0
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:
Adam Johnson
2022-01-18 09:06:19 +00:00
committed by Mariusz Felisiak
parent fac26684fd
commit dc8bb35e39
7 changed files with 41 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
* {outline: 1px solid red;}
/*# sourceMappingURL=source_map.css.map */

View File

@@ -0,0 +1,2 @@
* {outline: 1px solid red;}
/*# sOuRcEMaPpInGURL=source_map.css.map */