Skip to content

Commit

Permalink
Update xmodule/util/builtin_assets.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle McCormick <[email protected]>
  • Loading branch information
farhan and kdmccormick authored Oct 23, 2024
1 parent 94c3c4e commit 2c4de30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmodule/util/builtin_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def add_css_to_fragment(fragment, css_relative_path):
"""
Given a css path relative to xmodule/assets, add a compiled CSS URL to the fragment.
Given a css path relative to xmodule/static/css-builtin-blocks, add the CSS URL to the fragment.
Raises:
* ValueError if {css_relative_path} is absolute or does not end in '.css'.
Expand Down

0 comments on commit 2c4de30

Please sign in to comment.