mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
17 lines
346 B
Plaintext
17 lines
346 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 "preboot.less";
|
|
@import "scaffolding.less";
|
|
|
|
// Styled patterns and elements
|
|
@import "type.less";
|
|
@import "forms.less";
|
|
@import "tables.less";
|
|
@import "patterns.less"; |