mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
12 lines
No EOL
253 B
Text
12 lines
No EOL
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 */
|
|
} |