File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ <h5>CSS / SASS Styling Themes</h5>
7070 < p >
7171 Load default or Bootstrap Theme style via either the < code > @use</ code > (modern) or < code > @import</ code > (legacy)
7272 </ p >
73- 1- with modern < code > @use</ code > approach
73+ 1- with modern SASS < code > @use</ code > approach
7474 < div style ="background: #f7f7f7; padding: 10px ">
7575 < pre >
7676 < span style ="color:#cf222e "> @use</ span > < span style ="color:#0a3069 "> 'multiple-select-vanilla/dist/styles/sass/multiple-select.scss'</ span > < span style ="color:#cf222e "> with</ span > (
@@ -79,7 +79,7 @@ <h5>CSS / SASS Styling Themes</h5>
7979 );
8080</ pre >
8181 </ div >
82- 2- with legacy < code > @import</ code > approach
82+ 2- with legacy SASS < code > @import</ code > approach
8383 < div style ="background: #f7f7f7; padding: 10px ">
8484 < pre >
8585 < span style ="color:#986801 "> $ms-primary-color</ span > : red;
You can’t perform that action at this time.
0 commit comments