mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
24 lines
476 B
Plaintext
24 lines
476 B
Plaintext
/*
|
|
Master Stylesheet
|
|
This file is only for importing all required stylesheets for LESS to include and then compile.
|
|
*/
|
|
|
|
// CSS Reset
|
|
@import "reset.less";
|
|
|
|
// Core
|
|
@import "bootstrap.less";
|
|
@import "scaffolding.less";
|
|
|
|
// Styled patterns and elements
|
|
@import "type.less";
|
|
@import "forms.less";
|
|
@import "tables.less";
|
|
@import "patterns.less";
|
|
|
|
|
|
/* Add additional stylesheets below
|
|
-------------------------------------------------- */
|
|
|
|
// Documentation
|
|
@import "docs.less"; |