You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/index.rst
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,11 @@ Using Bootstrap Sass
124
124
~~~~~~~~~~~~~~~~~~~~
125
125
126
126
`Bootstrap <https://getbootstrap.com/>`_ is available as Sass, allowing you to customize
127
-
the look and feel of your app. An easy way to get the source Sass files is via a Composer package:
127
+
the look and feel of your app.
128
+
129
+
.. note:: The ``@use`` directive will be supported in Bootstrap version 6. Until then, use the deprecated ``@import`` directive to ensure overrides are applied.
130
+
131
+
An easy way to get the source Sass files is via a Composer package:
128
132
129
133
.. code-block:: terminal
130
134
@@ -137,7 +141,7 @@ Now, import the core ``bootstrap.scss`` from your ``app.scss`` file:
0 commit comments