mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 13:30:23 +00:00
18 lines
No EOL
347 B
Text
18 lines
No EOL
347 B
Text
/*
|
|
* 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 "preboot.less";
|
|
@import "scaffolding.less";
|
|
|
|
// Styled patterns and elements
|
|
@import "type.less";
|
|
@import "forms.less";
|
|
@import "tables.less";
|
|
@import "patterns.less"; |