MCPcopy Create free account
hub / github.com/django/code.djangoproject.com / reset_css_str

Function reset_css_str

noshadows.py:115–116  ·  view source on GitHub ↗
(selector)

Source from the content-addressed store, hash-verified

113
114
115def reset_css_str(selector):
116 return f"{selector}{{\n @include noshadow;\n}}"
117
118
119class NoShadowTestCase(unittest.TestCase):

Callers 1

noshadows.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected