Skip to content

Commit a19508f

Browse files
committed
Merge branch 'static-css' of https://github.com/Archmonger/django-idom into static-css
2 parents 836fe71 + 0ee9402 commit a19508f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Static CSS
22

3-
Allows you to defer loading a CSS stylesheet until a component's begins rendering. This stylesheet must be stored within [Django's static files](https://docs.djangoproject.com/en/dev/howto/static-files/).
3+
Allows you to defer loading a CSS stylesheet until a component begins rendering. This stylesheet must be stored within [Django's static files](https://docs.djangoproject.com/en/dev/howto/static-files/).
44

55
```python title="components.py"
66
from idom import component, html

0 commit comments

Comments
 (0)