mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 04:20:10 +01:00
12 lines
253 B
Text
12 lines
253 B
Text
|
/*
|
||
|
To create an isolated version of Bootstrap
|
||
|
Use Gulp (npm install) in order to compile it:
|
||
|
|
||
|
gulp isolate-bootstrap-css
|
||
|
|
||
|
*/
|
||
|
|
||
|
.bootstrap-iso {
|
||
|
@import (less) 'vendor/bootstrap.css';
|
||
|
/*@import (less) 'vendor/bootstrap-theme.css'; //optional */
|
||
|
}
|