]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
8 years agoAdd aria-label to docs search field 21850/head
Patrick H. Lauke [Thu, 26 Jan 2017 11:12:39 +0000 (11:12 +0000)] 
Add aria-label to docs search field

8 years agoRemove random cursor: default from pill nav (#21835)
Mark Otto [Wed, 25 Jan 2017 05:06:22 +0000 (21:06 -0800)] 
Remove random cursor: default from pill nav (#21835)

Fixes #21560. Pretty sure this wasn't intentional, so should be fine to remove.

8 years agoAllow button toolbars to wrap (#21826)
Mark Otto [Wed, 25 Jan 2017 04:43:33 +0000 (20:43 -0800)] 
Allow button toolbars to wrap (#21826)

Fixes #21699

8 years agofixes #21567
Mark Otto [Tue, 24 Jan 2017 08:22:31 +0000 (00:22 -0800)] 
fixes #21567

8 years agogrunt (fixes #21819)
Mark Otto [Tue, 24 Jan 2017 08:18:41 +0000 (00:18 -0800)] 
grunt (fixes #21819)

8 years agoAdd align self to navbar brand (#21626)
Sergey Kovalenko [Tue, 24 Jan 2017 08:09:54 +0000 (10:09 +0200)] 
Add align self to navbar brand (#21626)

8 years agoRename order utilities to intended class names (#21739)
Mark Otto [Tue, 24 Jan 2017 08:01:44 +0000 (00:01 -0800)] 
Rename order utilities to intended class names (#21739)

* rename order utilities to intended class names

* Documentation fixes.

8 years agoPixel perfect navbar toggler (#21821)
Geremia Taglialatela [Tue, 24 Jan 2017 08:00:18 +0000 (09:00 +0100)] 
Pixel perfect navbar toggler (#21821)

The actual available size of the navbar toggler icon is 30px, but the
SVG uses a 32 unit grid. This commit uses a 30 unit grid and updates
icon accordingly.

8 years agoUpdate _custom.scss imports in other builds (#21825)
Mark Otto [Tue, 24 Jan 2017 07:59:19 +0000 (23:59 -0800)] 
Update _custom.scss imports in other builds (#21825)

- Correctly places the _custom.scss file first in the other two buids.
- Also removes the clearfix mixin from the grid build because flexbox yo.

8 years agoAllow flex-based navs to wrap like they used to (#21824)
Mark Otto [Tue, 24 Jan 2017 07:58:22 +0000 (23:58 -0800)] 
Allow flex-based navs to wrap like they used to (#21824)

8 years agoRemove `cursor: pointer;` (#21812)
Mark Otto [Tue, 24 Jan 2017 06:15:28 +0000 (22:15 -0800)] 
Remove `cursor: pointer;` (#21812)

* Remove most of custom cursor: pointer; implementations

* turns out that's not so much of a thing

8 years agoFix body padding in Dashboard and Jumbotron examples.
Geremia Taglialatela [Mon, 23 Jan 2017 11:20:07 +0000 (12:20 +0100)] 
Fix body padding in Dashboard and Jumbotron examples.

The actual navbar height is 3.5rem.

8 years agoMove htmllint to npm script.
Bardi Harborow [Mon, 23 Jan 2017 09:38:34 +0000 (20:38 +1100)] 
Move htmllint to npm script.

8 years agoChange to markdown (#21815)
Quy [Mon, 23 Jan 2017 04:37:14 +0000 (20:37 -0800)] 
Change to markdown (#21815)

8 years agoChange header to use markdown (#21809)
Quy [Sun, 22 Jan 2017 19:17:17 +0000 (11:17 -0800)] 
Change header to use markdown (#21809)

Header will now display in the Contents section.

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 22 Jan 2017 02:02:23 +0000 (18:02 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agoUpdate grid layout docs (#21806)
Marcus Molchany [Sun, 22 Jan 2017 02:01:13 +0000 (18:01 -0800)] 
Update grid layout docs (#21806)

Update Mix and match section with correct responsive classes
for stacking cols.

8 years agogrunt
Mark Otto [Sun, 22 Jan 2017 01:50:45 +0000 (17:50 -0800)] 
grunt

8 years agoDrop Normalize, port relevant parts to Reboot (#21741)
Mark Otto [Sat, 21 Jan 2017 22:14:25 +0000 (14:14 -0800)] 
Drop Normalize, port relevant parts to Reboot (#21741)

* Get this party started by removing mention of Normalize.css

* Nuke the old comment, consolidate to a single line and number as appropriate

* Bring over styles for HTML element from Normalize to Reboot

* Move margin override for body element from Normalize to Reboot

* Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support

* Building on previous commit, do the same thing for figure, figcaption, and main

* Remove IE9- display from Normalize given our browser support

* Drop IE8 figure margin because we're IE10+

* No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already

* Drop Safari 6 b and strong normalization because we're Safari 8+

* Remove mark styles for IE9- from Normalize

* Remove old iOS audio fixes from Normalize

* Remove IE9- display for progress from Normalize

* Remove more IE9- rules from Normalize

* One more IE9- display removal for canvas element

* Move pre overrides from Normalize to Reboot

* Move over some link resets to Reboot, drop others

- Move over background-color and text-decoration
- Drop focus outline change given it affects the offset on hover of
focused links

* Move over more code element resets, consolidate with pre overrides, too

* Move over sub and sup wholesale

* Move over img normalization to Reboot

* Move over SVG override too

* - Drop dupe hidden, but add comment for it
- Move over template
- Move over summary

* Remove bulk of @viewport comment

* edit down that code comment

* consolidate html-based normalizations

* update comments

* Consolidate abbr styles

* move over more type elements

* move over hr changes

* move over form controls and more

* move over button resets

* move over firefox button changes

* move over search changes and more

* we nuke all these styles for fieldsets anyway, so outright remove them

* no need for those, we override them

* move over legend, fieldset, progress

* line break

* delete normalize file

* linting

* update comment

* clarify docs mentions of normalize and reboot

* remove normalize excludes from linter

* remove normalize excludes from cli task

* linting

* callout license since we forked part of normalize

* Improve comments, move table background reset to .table class instead of in reboot

* trailing space

8 years agogrunt
Mark Otto [Sat, 21 Jan 2017 21:25:29 +0000 (13:25 -0800)] 
grunt

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sat, 21 Jan 2017 21:25:16 +0000 (13:25 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agoFix container within navbar on smallest breakpoint (#21722)
Pierre Vanduynslager [Sat, 21 Jan 2017 21:06:00 +0000 (16:06 -0500)] 
Fix container within navbar on smallest breakpoint (#21722)

* Make container in navbar to occupy full width even on smallest breakpoint

* Fix typo in comment

* Apply fix only on smaller breakpoint

* drop the comment as chrome doesn't have a bug here

8 years agoProgress line height (#21805)
Mark Otto [Sat, 21 Jan 2017 20:32:38 +0000 (12:32 -0800)] 
Progress line height (#21805)

* remove obvi comments

* proper fix for #21801

- ensures .progress-bar text is vertically centered should the height of the .progress-bar change by matching the line-height and height values
- we can't use flexbox here because the inner text of an element doesn't count as a flex item

8 years agofix segmented buttons (#21716)
Gijs Boddeus [Sat, 21 Jan 2017 20:25:24 +0000 (21:25 +0100)] 
fix segmented buttons (#21716)

* fix segmented buttons

changed flex-direction to row
centering is now done by align-items instead of justify-content

this way there is no need for flex property on the .btn inside .btn-group

* Update _input-group.scss

8 years agoFix gaps between vertical grouped buttons when using labels (#21793) (#21796)
Dmytro Yarmak [Sat, 21 Jan 2017 20:18:58 +0000 (22:18 +0200)] 
Fix gaps between vertical grouped buttons when using labels (#21793) (#21796)

8 years agoremove pretty obvi comments
Mark Otto [Sat, 21 Jan 2017 20:10:46 +0000 (12:10 -0800)] 
remove pretty obvi comments

8 years agoMerge pull request #21774 from vanduynslagerp/fix-scrollspy-test-markup
Patrick H. Lauke [Wed, 18 Jan 2017 22:29:57 +0000 (22:29 +0000)] 
Merge pull request #21774 from vanduynslagerp/fix-scrollspy-test-markup

Add missing closing tag in scrollspy visual test

8 years agoFix missing closing tag 21774/head
Pierre-Denis Vanduynslager [Wed, 18 Jan 2017 20:01:06 +0000 (15:01 -0500)] 
Fix missing closing tag

8 years agoSpecify card component is necessary for accordion behavior (#21746)
Erin Brown [Mon, 16 Jan 2017 18:25:42 +0000 (13:25 -0500)] 
Specify card component is necessary for accordion behavior (#21746)

- It is unclear that the use of the card component is necessary
when extending the collapse behavior to behave like an accordion.

8 years agoFix horizontal scrollbar appearing in docs (#21747)
Geremia Taglialatela [Mon, 16 Jan 2017 18:24:59 +0000 (19:24 +0100)] 
Fix horizontal scrollbar appearing in docs (#21747)

On small screens (< 576px), all documentation pages containing
`.bd-example` styled tags, show the horizontal scrollbar because of a
wrong horizontal margin property.

This PR sets the horizontal margin on gutter width basis instead of rem.

8 years agoUpdate .tag to .badge in migration (#21565)
Quy [Mon, 16 Jan 2017 05:46:42 +0000 (21:46 -0800)] 
Update .tag to .badge in migration (#21565)

8 years agoRemove IE9 from SVG images callout (#21566)
Quy [Mon, 16 Jan 2017 05:46:16 +0000 (21:46 -0800)] 
Remove IE9 from SVG images callout (#21566)

8 years agoAdd doc example with badge links (#21674)
Pierre-Denis Vanduynslager [Mon, 16 Jan 2017 05:45:04 +0000 (00:45 -0500)] 
Add doc example with badge links (#21674)

8 years agoUpdate Search input to type="search" (#21617)
Christian Oliff [Mon, 16 Jan 2017 05:44:27 +0000 (14:44 +0900)] 
Update Search input to type="search" (#21617)

This is semantically correct and works just as well.

8 years agoCorrect xs and sm breakpoint values in responsive utilities docs (#21664)
Amy Gori [Mon, 16 Jan 2017 05:37:06 +0000 (00:37 -0500)] 
Correct xs and sm breakpoint values in responsive utilities docs (#21664)

8 years agoRemove list-group-item-heading and list-group-item-text (#21653)
Pierre-Denis Vanduynslager [Mon, 16 Jan 2017 05:36:15 +0000 (00:36 -0500)] 
Remove list-group-item-heading and list-group-item-text (#21653)

8 years agoRemove unused scss variables (#21579)
Pierre-Denis Vanduynslager [Mon, 16 Jan 2017 05:35:18 +0000 (00:35 -0500)] 
Remove unused scss variables (#21579)

* Remove unused scss variables

* Remove unnecessary space

* Remove $zindex-navbar from docs

* Re-add $progress-box-shadow

8 years agoAdd alert divider (<hr>) example in docs (#21673)
Pierre-Denis Vanduynslager [Mon, 16 Jan 2017 05:33:32 +0000 (00:33 -0500)] 
Add alert divider (<hr>) example in docs (#21673)

* Add alert divider (<hr />)example in docs

* <hr/> => <hr> per @vsn4ik suggestion

8 years agoRemove filter: alpha(opacity = 0);
Christian Oliff [Tue, 10 Jan 2017 11:36:50 +0000 (20:36 +0900)] 
Remove   filter: alpha(opacity = 0);

Not needed (and all other old IE filter attributes have been removed from the CSS. This was the only one remaining

8 years agofixes #21625, closes #21539
Mark Otto [Tue, 10 Jan 2017 05:23:38 +0000 (21:23 -0800)] 
fixes #21625, closes #21539

don't set focus styles on the anchor, just set hover styles

8 years agoMerge pull request #21736 from marios-zindilis/v4-dev
Patrick H. Lauke [Sun, 15 Jan 2017 17:53:25 +0000 (17:53 +0000)] 
Merge pull request #21736 from marios-zindilis/v4-dev

Fixed minor typo

8 years agoFixed minor typo 21736/head
Marios Zindilis [Sun, 15 Jan 2017 17:14:25 +0000 (17:14 +0000)] 
Fixed minor typo

8 years agoCorrect reference to Direction.PREV constant. (#21709)
Pierre-Denis Vanduynslager [Sun, 15 Jan 2017 02:46:03 +0000 (21:46 -0500)] 
Correct reference to Direction.PREV constant. (#21709)

8 years agoUse existing keycode constants in dropdown. (#21697)
Pierre-Denis Vanduynslager [Sun, 15 Jan 2017 02:42:24 +0000 (21:42 -0500)] 
Use existing keycode constants in dropdown. (#21697)

8 years agoMerge pull request #21730 from patrickhlauke/v4-docs-focus-styles
Patrick H. Lauke [Sun, 15 Jan 2017 01:46:33 +0000 (01:46 +0000)] 
Merge pull request #21730 from patrickhlauke/v4-docs-focus-styles

[Docs] Add missing :focus styles

8 years agoUpdate broken links. (#21696)
Pierre-Denis Vanduynslager [Sun, 15 Jan 2017 01:11:57 +0000 (20:11 -0500)] 
Update broken links. (#21696)

8 years agoAdd missing :focus styles 21730/head
Patrick H. Lauke [Sat, 14 Jan 2017 22:54:55 +0000 (22:54 +0000)] 
Add missing :focus styles

Double up :hover styles to also apply on :focus (particularly the
masthead button needs this, as otherwise it gives no visible indication
of being focused)

8 years agoMerge pull request #21671 from vanduynslagerp/fix-21665
Patrick H. Lauke [Thu, 12 Jan 2017 13:34:40 +0000 (13:34 +0000)] 
Merge pull request #21671 from vanduynslagerp/fix-21665

Fix modal id in doc example (Fix #21665)

8 years agoMerge pull request #21672 from patrickhlauke/v4-remove-aria-multiselectable
Patrick H. Lauke [Wed, 11 Jan 2017 23:59:30 +0000 (23:59 +0000)] 
Merge pull request #21672 from patrickhlauke/v4-remove-aria-multiselectable

Remove incorrect aria-multiselectable

8 years agoRemove incorrect aria-multiselectable 21672/head
Patrick H. Lauke [Wed, 11 Jan 2017 23:57:59 +0000 (23:57 +0000)] 
Remove incorrect aria-multiselectable

Closes https://github.com/twbs/bootstrap/issues/21635

8 years agoFix modal id in doc 21671/head
Pierre-Denis Vanduynslager [Wed, 11 Jan 2017 23:30:48 +0000 (18:30 -0500)] 
Fix modal id in doc

8 years agoUpdate README.md
Mehdi HosseinZade [Fri, 6 Jan 2017 21:30:25 +0000 (01:00 +0330)] 
Update README.md

8 years agoUpdate breakpoints in breakpoints.scss comments
Rishabh Rajgarhia [Sat, 7 Jan 2017 15:26:21 +0000 (20:56 +0530)] 
Update breakpoints in breakpoints.scss comments

8 years ago_custom.scss should be the first include
Zulfiqar Ali [Sun, 8 Jan 2017 04:38:43 +0000 (23:38 -0500)] 
_custom.scss should be the first include

8 years agoFix incorrect docs.min.js bundle source.
Bardi Harborow [Sat, 7 Jan 2017 05:22:23 +0000 (16:22 +1100)] 
Fix incorrect docs.min.js bundle source.

8 years agohashes v4.0.0-alpha.6
Mark Otto [Fri, 6 Jan 2017 16:41:52 +0000 (08:41 -0800)] 
hashes

8 years agogrunt
Mark Otto [Fri, 6 Jan 2017 16:39:56 +0000 (08:39 -0800)] 
grunt

8 years agorubygems version bump
Mark Otto [Fri, 6 Jan 2017 16:39:00 +0000 (08:39 -0800)] 
rubygems version bump

8 years agoversion bump
Mark Otto [Fri, 6 Jan 2017 16:38:04 +0000 (08:38 -0800)] 
version bump

8 years agogrunt
Mark Otto [Fri, 6 Jan 2017 16:28:50 +0000 (08:28 -0800)] 
grunt

8 years agoFix media object alignment examples.
Bardi Harborow [Fri, 6 Jan 2017 05:35:52 +0000 (16:35 +1100)] 
Fix media object alignment examples.

8 years agogrunt
Mark Otto [Thu, 5 Jan 2017 22:51:14 +0000 (14:51 -0800)] 
grunt

8 years agoUpdate nuspec to support jquery v1.9.1 - v3.x
Supergibbs [Wed, 4 Jan 2017 21:20:10 +0000 (13:20 -0800)] 
Update nuspec to support jquery v1.9.1 - v3.x

8 years agoDoc updates (#21542)
Quy [Thu, 5 Jan 2017 22:24:40 +0000 (14:24 -0800)] 
Doc updates (#21542)

* Change it's to its.

* Fix links

* Fix typos

8 years agoMerge pull request #21093 from Johann-S/fixButtonGrpAria
Patrick H. Lauke [Thu, 5 Jan 2017 09:35:43 +0000 (09:35 +0000)] 
Merge pull request #21093 from Johann-S/fixButtonGrpAria

Close #21090 - Fix aria-pressed attribute for buttons in container with data-attribute="buttons"

8 years agoUpdate dependencies.
Bardi Harborow [Thu, 5 Jan 2017 03:19:27 +0000 (14:19 +1100)] 
Update dependencies.

8 years agoUpdate broken links.
Bardi Harborow [Thu, 5 Jan 2017 00:11:50 +0000 (11:11 +1100)] 
Update broken links.

8 years agogrunt
Mark Otto [Wed, 4 Jan 2017 19:59:07 +0000 (11:59 -0800)] 
grunt

8 years agoUse pageYOffset instead of scrollY
Pierre-Denis Vanduynslager [Wed, 4 Jan 2017 17:44:50 +0000 (12:44 -0500)] 
Use pageYOffset instead of scrollY

8 years agoUpdate custom content example for list group to use utils so the layout doesn't break
Mark Otto [Wed, 4 Jan 2017 04:08:10 +0000 (20:08 -0800)] 
Update custom content example for list group to use utils so the layout doesn't break

8 years agoFix progress doc markup
Pierre-Denis Vanduynslager [Wed, 4 Jan 2017 17:04:07 +0000 (12:04 -0500)] 
Fix progress doc markup

8 years agoFix typo on v4 Migration page
Sergio Pantoja [Wed, 4 Jan 2017 15:36:28 +0000 (10:36 -0500)] 
Fix typo on v4 Migration page

8 years agoClose #21090 - Fix aria-pressed attribute for buttons in container with data-toggle... 21093/head
Johann-S [Sun, 6 Nov 2016 13:48:55 +0000 (14:48 +0100)] 
Close #21090 - Fix aria-pressed attribute for buttons in container with data-toggle='buttons'

8 years agoCustom Forms: Allow Chrome/Firefox feature that lets the user drag and drop into...
Phillip Marshall [Wed, 4 Jan 2017 03:44:44 +0000 (19:44 -0800)] 
Custom Forms: Allow Chrome/Firefox feature that lets the user drag and drop into file inputs (#20033)

* Restored functionality of dragging files into .custom-file inputs.

* Replaced padding with height on .custom-file-input

8 years agoclarify usage of base font-size so we know what's up
Mark Otto [Tue, 3 Jan 2017 21:51:06 +0000 (13:51 -0800)] 
clarify usage of base font-size so we know what's up

8 years agoleave a note in the docs
Mark Otto [Tue, 3 Jan 2017 21:50:49 +0000 (13:50 -0800)] 
leave a note in the docs

8 years agoRemove -size-root so we can respect user prefs on browser default font-size
Mark Otto [Tue, 3 Jan 2017 21:50:25 +0000 (13:50 -0800)] 
Remove -size-root so we can respect user prefs on browser default font-size

8 years agoDrop .carete (#21525)
Quy [Wed, 4 Jan 2017 03:31:27 +0000 (19:31 -0800)] 
Drop .carete (#21525)

8 years agogrunt
Mark Otto [Wed, 4 Jan 2017 03:25:15 +0000 (19:25 -0800)] 
grunt

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Wed, 4 Jan 2017 03:24:31 +0000 (19:24 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agofixes #21454 by revamping some docs styles for dropdowns
Mark Otto [Wed, 4 Jan 2017 03:24:24 +0000 (19:24 -0800)] 
fixes #21454 by revamping some docs styles for dropdowns

8 years agoremove some docs callouts
Mark Otto [Wed, 4 Jan 2017 03:23:30 +0000 (19:23 -0800)] 
remove some docs callouts

8 years agobutton groups should be inline-flex to match their button counter parts (inline-block...
Mark Otto [Wed, 4 Jan 2017 03:22:08 +0000 (19:22 -0800)] 
button groups should be inline-flex to match their button counter parts (inline-block currently)

8 years agoUpdate shrinkwrap.
Bardi Harborow [Tue, 3 Jan 2017 00:47:18 +0000 (11:47 +1100)] 
Update shrinkwrap.

8 years agoMove node-sass to npm script and drop Ruby Sass.
Bardi Harborow [Tue, 3 Jan 2017 00:46:57 +0000 (11:46 +1100)] 
Move node-sass to npm script and drop Ruby Sass.

8 years agogrunt
Mark Otto [Tue, 3 Jan 2017 21:16:18 +0000 (13:16 -0800)] 
grunt

8 years agoDrop .table-reflow
Mark Otto [Tue, 3 Jan 2017 21:11:25 +0000 (13:11 -0800)] 
Drop .table-reflow

Tried redoing this in flexbox, but it falls apart really quickly. Any changes in height of the cells throws it all off since the rows become columns (and thus, content across columns cannot be equally sized). Rather than implement something with such glaring flaws, I'm nuking it outright.

8 years agoautohide scrollbar for IE
Mark Otto [Tue, 3 Jan 2017 20:53:01 +0000 (12:53 -0800)] 
autohide scrollbar for IE

8 years agoupdate text
Mark Otto [Tue, 3 Jan 2017 20:26:32 +0000 (12:26 -0800)] 
update text

8 years agoUpdate sizing links
Quy [Tue, 3 Jan 2017 17:38:25 +0000 (09:38 -0800)] 
Update sizing links

8 years agoAdded information about list-group-flush
Jonathan [Tue, 3 Jan 2017 15:51:59 +0000 (16:51 +0100)] 
Added information about list-group-flush

8 years agoRemove .navbar-divider
Quy [Mon, 2 Jan 2017 23:29:07 +0000 (15:29 -0800)] 
Remove .navbar-divider

8 years agoDropdown: close menu when focusing outside element (#21375)
Pierre-Denis Vanduynslager [Mon, 2 Jan 2017 22:44:27 +0000 (17:44 -0500)] 
Dropdown: close menu when focusing outside element (#21375)

* Close dropdown menu when focusing an outside element
* Update unit test to new markup

8 years agogrunt
Mark Otto [Mon, 2 Jan 2017 19:54:28 +0000 (11:54 -0800)] 
grunt

8 years agoupdate seletors in js
Mark Otto [Mon, 2 Jan 2017 19:52:38 +0000 (11:52 -0800)] 
update seletors in js

8 years agoremove magic dropdown positioning for fixed bottom; folks should set this as needed...
Mark Otto [Mon, 2 Jan 2017 19:52:25 +0000 (11:52 -0800)] 
remove magic dropdown positioning for fixed bottom; folks should set this as needed with .dropup modifier

8 years agoupdate rest of docs, remove navbar specific modifiers, fix docs example css
Mark Otto [Mon, 2 Jan 2017 19:48:51 +0000 (11:48 -0800)] 
update rest of docs, remove navbar specific modifiers, fix docs example css

8 years agoupdate docs and examples to use new utils
Mark Otto [Mon, 2 Jan 2017 19:48:05 +0000 (11:48 -0800)] 
update docs and examples to use new utils

8 years agodocument new utils and change organization to match css
Mark Otto [Mon, 2 Jan 2017 19:46:06 +0000 (11:46 -0800)] 
document new utils and change organization to match css

8 years agoNew position utils, split docs
Mark Otto [Mon, 2 Jan 2017 19:45:30 +0000 (11:45 -0800)] 
New position utils, split docs

- Renames .pos-f-t to .fixed-top, adds .fixed-bottom and .sticky-top
- Updates utilities Sass to be split across more files (one for position, sizing, and spacing)