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
e90ce1c0
Commit
e90ce1c0
authored
Dec 08, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
single array == no rogue spaces
parent
4540f9e2
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
431 deletions
+6
-431
.csscomb.json
.csscomb.json
+6
-20
dist/css/bootstrap.css
dist/css/bootstrap.css
+0
-411
No files found.
.csscomb.json
View file @
e90ce1c0
{
{
"always-semicolon"
:
true
,
"always-semicolon"
:
true
,
"block-indent"
:
true
,
"block-indent"
:
true
,
"colon-space"
:
true
,
"colon-space"
:
true
,
...
@@ -15,7 +14,6 @@
...
@@ -15,7 +14,6 @@
"strip-spaces"
:
true
,
"strip-spaces"
:
true
,
"unitless-zero"
:
true
,
"unitless-zero"
:
true
,
"vendor-prefix-align"
:
true
,
"vendor-prefix-align"
:
true
,
"sort-order"
:
[
"sort-order"
:
[
[
[
"font"
,
"font"
,
...
@@ -31,17 +29,13 @@
...
@@ -31,17 +29,13 @@
"font-emphasize-position"
,
"font-emphasize-position"
,
"font-emphasize-style"
,
"font-emphasize-style"
,
"font-smooth"
,
"font-smooth"
,
"line-height"
"line-height"
,
],
[
"position"
,
"position"
,
"z-index"
,
"z-index"
,
"top"
,
"top"
,
"right"
,
"right"
,
"bottom"
,
"bottom"
,
"left"
"left"
,
],
[
"display"
,
"display"
,
"visibility"
,
"visibility"
,
"float"
,
"float"
,
...
@@ -56,9 +50,7 @@
...
@@ -56,9 +50,7 @@
"flex-direction"
,
"flex-direction"
,
"flex-order"
,
"flex-order"
,
"flex-pack"
,
"flex-pack"
,
"flex-align"
"flex-align"
,
],
[
"-webkit-box-sizing"
,
"-webkit-box-sizing"
,
"-moz-box-sizing"
,
"-moz-box-sizing"
,
"box-sizing"
,
"box-sizing"
,
...
@@ -77,9 +69,7 @@
...
@@ -77,9 +69,7 @@
"padding-top"
,
"padding-top"
,
"padding-right"
,
"padding-right"
,
"padding-bottom"
,
"padding-bottom"
,
"padding-left"
"padding-left"
,
],
[
"table-layout"
,
"table-layout"
,
"empty-cells"
,
"empty-cells"
,
"caption-side"
,
"caption-side"
,
...
@@ -88,9 +78,7 @@
...
@@ -88,9 +78,7 @@
"list-style"
,
"list-style"
,
"list-style-position"
,
"list-style-position"
,
"list-style-type"
,
"list-style-type"
,
"list-style-image"
"list-style-image"
,
],
[
"content"
,
"content"
,
"quotes"
,
"quotes"
,
"counter-reset"
,
"counter-reset"
,
...
@@ -216,9 +204,7 @@
...
@@ -216,9 +204,7 @@
"-webkit-hyphens"
,
"-webkit-hyphens"
,
"-moz-hyphens"
,
"-moz-hyphens"
,
"hyphens"
,
"hyphens"
,
"pointer-events"
"pointer-events"
,
],
[
"opacity"
,
"opacity"
,
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity"
,
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity"
,
"-ms-filter:
\\
'progid:DXImageTransform.Microsoft.Alpha"
,
"-ms-filter:
\\
'progid:DXImageTransform.Microsoft.Alpha"
,
...
...
dist/css/bootstrap.css
View file @
e90ce1c0
This diff is collapsed.
Click to expand it.
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