This website requires JavaScript.
Explore
Help
Sign In
root
/
bootstrap
mirror of
https://github.com/twbs/bootstrap.git
Watch
1
Star
0
Fork
You've already forked bootstrap
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
v6-dev
bootstrap
/
scss
/
helpers
/
_text-truncation.scss
8 lines
110 B
SCSS
Raw
Permalink
Normal View
History
Unescape
Escape
Migrate to Sass modules (#41512) * Reorganize scss folder * Migrate to Sass modules * Migrate docs to Sass modules, comment out docs grid CSS * Give helpers folder an index.scss, migrate ratio helper to aspect-ratio utility * Delete node sass Action * Modify Sass tests to pass for new Sass modules implementation * Don't disallow calc() * Move heading classes back to Reboot to prevent a dependency * Utilities, some helpers, and theme colors * Temporary fix of docs compilation * Temporary Bundlewatch fix * docs fix import to use * Restyle docs callouts * Fix docs colors * Revert typo * Reintroduce `css-lint-vars` npm script * Bump to Sass v1.90.x * Fixes * more * Remove --------- Co-authored-by: Julien Déramond <juderamond@gmail.com>
2025-08-28 12:14:59 +08:00
@use
"
../mixins/text-truncate
"
as
*
;
Helpers & utilities split (#28445)
2019-05-23 17:56:03 +08:00
First pass at CSS layers (#41701) * First pass at CSS layers * bundlewatch * more bundlewatch
2025-08-29 03:47:04 +08:00
@layer
helpers
{
.
text-truncate
{
@include
text-truncate
()
;
}
Helpers & utilities split (#28445)
2019-05-23 17:56:03 +08:00
}