From eeaddb27560d723ca7d61359744ceb2709fccd2d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 15 Oct 2024 21:01:31 +0100 Subject: Renamed from pyblackbird_cc to alphabetlearning - everywhere --- .../static/bootstrap/scss/helpers/_text-truncation.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 alphabetlearning/static/bootstrap/scss/helpers/_text-truncation.scss (limited to 'alphabetlearning/static/bootstrap/scss/helpers/_text-truncation.scss') diff --git a/alphabetlearning/static/bootstrap/scss/helpers/_text-truncation.scss b/alphabetlearning/static/bootstrap/scss/helpers/_text-truncation.scss new file mode 100644 index 0000000..6421dac --- /dev/null +++ b/alphabetlearning/static/bootstrap/scss/helpers/_text-truncation.scss @@ -0,0 +1,7 @@ +// +// Text truncation +// + +.text-truncate { + @include text-truncate(); +} -- cgit v1.2.3