Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
e89ba293
Commit
e89ba293
authored
Apr 28, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added compiled CSS file and fixed link to do it
parent
eb338930
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
202 additions
and
2 deletions
+202
-2
baseline-1.0.0.css
baseline-1.0.0.css
+200
-0
index.html
index.html
+2
-2
No files found.
baseline-1.0.0.css
0 → 100644
View file @
e89ba293
This diff is collapsed.
Click to expand it.
index.html
View file @
e89ba293
...
...
@@ -88,8 +88,8 @@
</div>
<div
class=
"span12 columns"
>
<h3>
1. Compiled CSS
</h3>
<p>
Use this option if you want all the styles of Baseline, but none of the extra power of LESS.
</p>
<pre
class=
"html"
>
<
link type="text/css" href="
css/baseline
.css" media="all" /
>
</pre>
<p>
Use this option if you want all the styles of Baseline
in a
<a
href=
"baseline-1.0.0.css"
>
compiled and minified stylesheet
</a>
, but none of the extra power of LESS.
</p>
<pre
class=
"html"
>
<
link type="text/css" href="
baseline-1.0.0
.css" media="all" /
>
</pre>
<h3>
2. Run with LESS.js
</h3>
<p>
Use this option to make full use of Baseline's LESS variables, mixins, and nesting in CSS.
</p>
<pre
class=
"html"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment