mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
initial commit
This commit is contained in:
commit
cb7f7afb93
27 changed files with 2606 additions and 0 deletions
24
lib/bootstrap.less
vendored
Normal file
24
lib/bootstrap.less
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
/*!
|
||||
* Bootstrap v1.1.1
|
||||
*
|
||||
* Copyright 2011 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: @DATE
|
||||
*/
|
||||
|
||||
// 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";
|
||||
@import "bitcoin.less";
|
Loading…
Add table
Add a link
Reference in a new issue