]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
9 years agoApply !default to SCSS variables 17418/head
Catalin Zalog [Tue, 1 Sep 2015 08:26:01 +0000 (11:26 +0300)] 
Apply !default to SCSS variables

Missed one variable :(

9 years agoMerge pull request #17402 from twbs/pr-14552-v4
Gleb Mazovetskiy [Mon, 31 Aug 2015 12:03:09 +0000 (13:03 +0100)] 
Merge pull request #17402 from twbs/pr-14552-v4

Accept elements as the tooltip / popover content

9 years agoAccept elements as the tooltip / popover content 17402/head
Gleb Mazovetskiy [Sun, 30 Aug 2015 23:57:16 +0000 (00:57 +0100)] 
Accept elements as the tooltip / popover content

When a DOM node is passed to an HTML tooltip, the `title` node is only
moved if it is not already in the tooltip. Otherwise, `empty()` is used
instead of `detach()` before appending the `title` to avoid memory
leaks. If a DOM node is passed to a plain text tooltip, its text is
copied via jQuery `.text()`.

Replaces `.detach()` with `.empty()`, as `.detach()` is almost never
useful but instead leaks memory. The difference between `empty` and
`detach` is that the latter keeps all the attached jQuery events/data.
However, since we do not return the previous children, the user would
have to keep these themselves, thus they can `detach()` if necessary.

This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.

9 years agoMerge pull request #17392 from twbs/v4-dev-xmr-https
XhmikosR [Sun, 30 Aug 2015 10:31:05 +0000 (13:31 +0300)] 
Merge pull request #17392 from twbs/v4-dev-xmr-https

Use `https` when possible.

9 years agoMerge pull request #17331 from twbs/fix-17323
Chris Rebert [Sat, 29 Aug 2015 22:55:45 +0000 (15:55 -0700)] 
Merge pull request #17331 from twbs/fix-17323

rm unused $state param from form-control-validation mixin

9 years agoTabs to spaces.
XhmikosR [Wed, 26 Aug 2015 16:17:03 +0000 (19:17 +0300)] 
Tabs to spaces.

[ci skip]

9 years agogrunt/configBridge.json: Remove unused autoprefixer config.
XhmikosR [Wed, 26 Aug 2015 16:15:21 +0000 (19:15 +0300)] 
grunt/configBridge.json: Remove unused autoprefixer config.

[ci skip]

9 years agoRun `grunt`.
XhmikosR [Sat, 29 Aug 2015 21:01:30 +0000 (00:01 +0300)] 
Run `grunt`.

[ci skip]

9 years agoMerge pull request #17384 from twbs/v4-dev-xmr-jekyll-search
XhmikosR [Sat, 29 Aug 2015 20:59:10 +0000 (23:59 +0300)] 
Merge pull request #17384 from twbs/v4-dev-xmr-jekyll-search

Fix the JS errors due to jekyll-search.

9 years agoMerge pull request #17394 from twbs/v4-dev-xmr-rm-jade
Chris Rebert [Sat, 29 Aug 2015 20:39:03 +0000 (13:39 -0700)] 
Merge pull request #17394 from twbs/v4-dev-xmr-rm-jade

Remove the now unused grunt-contrib-jade references.

9 years agoEnforce LF for .py files too.
XhmikosR [Sat, 29 Aug 2015 10:23:38 +0000 (13:23 +0300)] 
Enforce LF for .py files too.

[ci skip]

9 years agoRemove the now unused grunt-contrib-jade references. 17394/head
XhmikosR [Wed, 26 Aug 2015 18:48:34 +0000 (21:48 +0300)] 
Remove the now unused grunt-contrib-jade references.

[skip sauce]
[skip validator]

9 years agoUse `https` when possible. 17392/head
XhmikosR [Wed, 26 Aug 2015 19:11:44 +0000 (22:11 +0300)] 
Use `https` when possible.

[ci skip]

9 years agoFix the JS errors due to jekyll-search. 17384/head
XhmikosR [Wed, 26 Aug 2015 16:14:59 +0000 (19:14 +0300)] 
Fix the JS errors due to jekyll-search.

1) Update it to v1.0.8
2) Include jekyll-search where it's used only

[ci skip]

9 years agoMerge pull request #17368 from twbs/v4-dev-xmr-qunit
XhmikosR [Thu, 27 Aug 2015 16:00:59 +0000 (19:00 +0300)] 
Merge pull request #17368 from twbs/v4-dev-xmr-qunit

Update QUnit to v1.18.0.

9 years agoUpdate QUnit to v1.18.0. 17368/head
XhmikosR [Tue, 25 Aug 2015 05:46:27 +0000 (08:46 +0300)] 
Update QUnit to v1.18.0.

9 years agoLess to Sass typos.
XhmikosR [Wed, 26 Aug 2015 19:12:06 +0000 (22:12 +0300)] 
Less to Sass typos.

[ci skip]

9 years agoUpdate Anchor.js to v1.2.1.
XhmikosR [Wed, 26 Aug 2015 15:25:49 +0000 (18:25 +0300)] 
Update Anchor.js to v1.2.1.

[ci skip]

9 years ago.travis.yml: cleanup old variables.
XhmikosR [Wed, 26 Aug 2015 06:37:12 +0000 (09:37 +0300)] 
.travis.yml: cleanup old variables.

[ci skip]

9 years agoRemove the obsolete JSHint references.
XhmikosR [Tue, 25 Aug 2015 16:19:24 +0000 (19:19 +0300)] 
Remove the obsolete JSHint references.

9 years agoUpdate Rubygems.
XhmikosR [Tue, 25 Aug 2015 05:51:20 +0000 (08:51 +0300)] 
Update Rubygems.

9 years agoMerge pull request #17357 from twbs/responsive-visibility-rip
Chris Rebert [Wed, 26 Aug 2015 22:35:25 +0000 (15:35 -0700)] 
Merge pull request #17357 from twbs/responsive-visibility-rip

Remove defunct responsive-(in)visibility mixins

9 years agorm responsive-invisibility mixin since it's only used once 17357/head
Chris Rebert [Wed, 26 Aug 2015 22:09:54 +0000 (15:09 -0700)] 
rm responsive-invisibility mixin since it's only used once

inline the one remaining usage into .hidden-print's definition
rm now-empty scss/_utilities-responsive.scss file

[skip sauce]
[skip validator]

9 years agoMerge pull request #17257 from twbs/clear-translations
Chris Rebert [Wed, 26 Aug 2015 22:30:32 +0000 (15:30 -0700)] 
Merge pull request #17257 from twbs/clear-translations

Clear out non-v4 docs translations

9 years agotree shaking: rm unused responsive-visibility mixin
Chris Rebert [Wed, 26 Aug 2015 22:05:55 +0000 (15:05 -0700)] 
tree shaking: rm unused responsive-visibility mixin

[skip sauce]
[skip validator]

9 years agoMerge pull request #17346 from Sapphire64/patch-2
Chris Rebert [Wed, 26 Aug 2015 20:43:33 +0000 (13:43 -0700)] 
Merge pull request #17346 from Sapphire64/patch-2

Bump year in jumbotron example

9 years agoBump year in jumbotron example 17346/head
Anton Vlasenko [Wed, 26 Aug 2015 18:22:37 +0000 (20:22 +0200)] 
Bump year in jumbotron example

9 years agorm unused $state param from form-control-validation mixin; fixes #17323 17331/head
Chris Rebert [Wed, 26 Aug 2015 08:30:30 +0000 (01:30 -0700)] 
rm unused $state param from form-control-validation mixin; fixes #17323

[skip sauce]
[skip validator]

9 years agogrunt dist
Chris Rebert [Wed, 26 Aug 2015 08:28:48 +0000 (01:28 -0700)] 
grunt dist

9 years agogrunt babel:dev
Chris Rebert [Wed, 26 Aug 2015 08:27:45 +0000 (01:27 -0700)] 
grunt babel:dev

9 years agoMerge pull request #17330 from twbs/vejersele-bugfix/innerText
Chris Rebert [Wed, 26 Aug 2015 08:11:03 +0000 (01:11 -0700)] 
Merge pull request #17330 from twbs/vejersele-bugfix/innerText

Rebased & tweaked version of #17272

9 years agofixes #17097: Go back to using jQuery's text and html methods since innerText is... 17330/head
Jelle Versele [Mon, 24 Aug 2015 12:45:49 +0000 (14:45 +0200)] 
fixes #17097: Go back to using jQuery's text and html methods since innerText is nonstandard and not present in Firefox

Closes #17272 by merging a tweaked version of it.

[skip validator]

9 years agoMerge pull request #17329 from twbs/babel-dev-sauce
Chris Rebert [Wed, 26 Aug 2015 08:00:02 +0000 (01:00 -0700)] 
Merge pull request #17329 from twbs/babel-dev-sauce

Add babel:dev to Sauce Grunt subtasks so we don't test stale JS

9 years agoAdd babel:dev to Sauce Grunt subtasks so we don't test stale JS 17329/head
Chris Rebert [Wed, 26 Aug 2015 07:55:24 +0000 (00:55 -0700)] 
Add babel:dev to Sauce Grunt subtasks so we don't test stale JS

Refs #17328

9 years agoMerge pull request #17328 from twbs/babel-dev
Chris Rebert [Wed, 26 Aug 2015 07:35:38 +0000 (00:35 -0700)] 
Merge pull request #17328 from twbs/babel-dev

Add babel:dev to dist-js so `grunt test` doesn't use stale JS

9 years agoAdd babel:dev to dist-js Grunt task so that `grunt test` doesn't use stale JS 17328/head
Chris Rebert [Wed, 26 Aug 2015 06:58:27 +0000 (23:58 -0700)] 
Add babel:dev to dist-js Grunt task so that `grunt test` doesn't use stale JS

[skip sauce]

9 years agoFor now, add hacky <div id="navbar"> to avoid HTML validation error in Dashboard...
David Baughman [Tue, 25 Aug 2015 20:43:39 +0000 (13:43 -0700)] 
For now, add hacky <div id="navbar"> to avoid HTML validation error in Dashboard example

Closes #17319 by merging it.

9 years agoMerge pull request #17326 from twbs/build/rm-gem
Chris Rebert [Wed, 26 Aug 2015 06:18:44 +0000 (23:18 -0700)] 
Merge pull request #17326 from twbs/build/rm-gem

rm broken bundle update task & defunct custom RubyGem caching scheme

9 years agorm broken bundle update task & defunct custom RubyGem caching scheme 17326/head
Chris Rebert [Wed, 26 Aug 2015 06:00:18 +0000 (23:00 -0700)] 
rm broken bundle update task & defunct custom RubyGem caching scheme

[skip sauce]

9 years agoGruntfile: rm reference to defunct customizer
Chris Rebert [Wed, 26 Aug 2015 05:51:08 +0000 (22:51 -0700)] 
Gruntfile: rm reference to defunct customizer

[skip sauce]

9 years agoMerge pull request #17318 from splendido/v4-meteor-fix
Chris Rebert [Tue, 25 Aug 2015 21:48:37 +0000 (14:48 -0700)] 
Merge pull request #17318 from splendido/v4-meteor-fix

[v4] Fix for Meteor package: removed font files

9 years agomigration.md: fix typo in TODO
Chris Rebert [Tue, 25 Aug 2015 21:16:49 +0000 (14:16 -0700)] 
migration.md: fix typo in TODO

9 years agoUse non-broken Sass link in docs; fixes part of #17314
Chris Rebert [Tue, 25 Aug 2015 21:14:41 +0000 (14:14 -0700)] 
Use non-broken Sass link in docs; fixes part of #17314

[skip sauce]

9 years agoremoved font files 17318/head
Luca Mussi [Tue, 25 Aug 2015 21:10:50 +0000 (23:10 +0200)] 
removed font files

9 years agoMerge pull request #17050 from twbs/fix-travis-v4
Thomas McDonald [Tue, 25 Aug 2015 17:01:10 +0000 (10:01 -0700)] 
Merge pull request #17050 from twbs/fix-travis-v4

v4 Travis Build

sets up infra to properly build Bootstrap

9 years agoMerge branch 'v4-dev' into fix-travis-v4 17050/head
Thomas McDonald [Tue, 25 Aug 2015 17:00:36 +0000 (10:00 -0700)] 
Merge branch 'v4-dev' into fix-travis-v4

9 years agostrip out old caching
Thomas McDonald [Tue, 25 Aug 2015 16:58:32 +0000 (09:58 -0700)] 
strip out old caching

9 years agoBump year.
XhmikosR [Tue, 25 Aug 2015 15:51:44 +0000 (18:51 +0300)] 
Bump year.

[ci skip]

9 years agoSpecify Internet Explorer 9 as the minimum supported version.
XhmikosR [Tue, 25 Aug 2015 12:37:19 +0000 (15:37 +0300)] 
Specify Internet Explorer 9 as the minimum supported version.

9 years agoMerge pull request #17113 from JanStevens/v4-fix-retina-mixin
Mark Otto [Tue, 25 Aug 2015 14:45:02 +0000 (07:45 -0700)] 
Merge pull request #17113 from JanStevens/v4-fix-retina-mixin

Fixes the _image mixing by prefixing the parameters with $

9 years agoFix validation errors.
XhmikosR [Tue, 25 Aug 2015 12:37:08 +0000 (15:37 +0300)] 
Fix validation errors.

9 years agoEnforce LF for .rb files too.
XhmikosR [Tue, 25 Aug 2015 05:50:03 +0000 (08:50 +0300)] 
Enforce LF for .rb files too.

9 years agoSCSS lint fixes.
XhmikosR [Tue, 25 Aug 2015 05:49:45 +0000 (08:49 +0300)] 
SCSS lint fixes.

[ci skip]

9 years agoMerge pull request #17292 from twbs/ff-esr
Mark Otto [Tue, 25 Aug 2015 07:28:45 +0000 (00:28 -0700)] 
Merge pull request #17292 from twbs/ff-esr

Explicitly document existing de facto policy of supporting ESR Firefox

9 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Tue, 25 Aug 2015 07:27:44 +0000 (00:27 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

9 years agoMerge pull request #17295 from twbs/dropdown-design
Mark Otto [Tue, 25 Aug 2015 07:25:24 +0000 (00:25 -0700)] 
Merge pull request #17295 from twbs/dropdown-design

Document that dropdowns are intentionally click-based rather than hover-based

9 years agoMerge pull request #17305 from wangsai/footer-links
Mark Otto [Tue, 25 Aug 2015 07:24:57 +0000 (00:24 -0700)] 
Merge pull request #17305 from wangsai/footer-links

fix footer links to proper pages

9 years agofix footer links 17305/head
wangsai [Tue, 25 Aug 2015 06:49:02 +0000 (14:49 +0800)] 
fix footer links

9 years agojs/.eslintrc: sort rules by name.
XhmikosR [Tue, 25 Aug 2015 05:45:07 +0000 (08:45 +0300)] 
js/.eslintrc: sort rules by name.

[ci skip]

9 years agoFix `grunt validate-html` task.
XhmikosR [Tue, 25 Aug 2015 05:43:47 +0000 (08:43 +0300)] 
Fix `grunt validate-html` task.

9 years agogrunt
Mark Otto [Tue, 25 Aug 2015 05:34:46 +0000 (22:34 -0700)] 
grunt

9 years agogrunt/bs-commonjs-generator.js: reapply the fix for Windows slashes.
XhmikosR [Tue, 25 Aug 2015 05:27:01 +0000 (08:27 +0300)] 
grunt/bs-commonjs-generator.js: reapply the fix for Windows slashes.

[ci skip]

9 years ago.gitattributes: enforce LF for scss files.
XhmikosR [Tue, 25 Aug 2015 05:04:30 +0000 (08:04 +0300)] 
.gitattributes: enforce LF for scss files.

[ci skip]

9 years agoMerge pull request #17299 from davidjb/v4-dev
Mark Otto [Tue, 25 Aug 2015 04:23:19 +0000 (21:23 -0700)] 
Merge pull request #17299 from davidjb/v4-dev

Replace docs reference to iconography

9 years agoReplace docs reference to iconography 17299/head
David\ Beitey [Tue, 25 Aug 2015 02:43:04 +0000 (12:43 +1000)] 
Replace docs reference to iconography

9 years agoMerge pull request #17294 from unehub/patch-1
Heinrich Fenkart [Tue, 25 Aug 2015 00:20:05 +0000 (02:20 +0200)] 
Merge pull request #17294 from unehub/patch-1

PropertySortOrder

9 years agoDocument that dropdowns are intentionally click-based rather than hover-based 17295/head
Chris Rebert [Mon, 24 Aug 2015 23:32:32 +0000 (16:32 -0700)] 
Document that dropdowns are intentionally click-based rather than hover-based

And link to a relevant blog post w/ more info.
Refs #16966
[skip sauce]

9 years agoremove dupe jekyll
Thomas McDonald [Mon, 24 Aug 2015 23:23:00 +0000 (16:23 -0700)] 
remove dupe jekyll

9 years agoupdate pip installation
Thomas McDonald [Mon, 24 Aug 2015 23:19:47 +0000 (16:19 -0700)] 
update pip installation

9 years agoMerge branch 'v4-dev' into fix-travis-v4
Thomas McDonald [Mon, 24 Aug 2015 23:19:19 +0000 (16:19 -0700)] 
Merge branch 'v4-dev' into fix-travis-v4

9 years agoMerge pull request #17275 from mattez/fix-docs-layout-grid
Heinrich Fenkart [Mon, 24 Aug 2015 22:21:39 +0000 (00:21 +0200)] 
Merge pull request #17275 from mattez/fix-docs-layout-grid

Fix anchors, fix naming consistency

9 years agoPropertySortOrder 17294/head
Felipe [Mon, 24 Aug 2015 21:44:55 +0000 (16:44 -0500)] 
PropertySortOrder

Properties should be ordered border-top, border-bottom

9 years agoMerge pull request #17293 from twbs/fix-17263
Chris Rebert [Mon, 24 Aug 2015 21:44:48 +0000 (14:44 -0700)] 
Merge pull request #17293 from twbs/fix-17263

Replace remaining instances of defunct .visible* classes in docs

9 years agoReplace remaining instances of defunct .visible* classes in docs 17293/head
Chris Rebert [Mon, 24 Aug 2015 21:42:21 +0000 (14:42 -0700)] 
Replace remaining instances of defunct .visible* classes in docs

.visible-xs(-block) => .hidden-sm-up

Fixes #17263.
[skip sauce]

9 years agoExplicitly document existing de facto policy of supporting ESR Firefox 17292/head
Chris Rebert [Mon, 24 Aug 2015 21:31:46 +0000 (14:31 -0700)] 
Explicitly document existing de facto policy of supporting ESR Firefox

Refs #17237
[skip sauce]

9 years agoMerge pull request #17289 from kkirsche/patch-12
Gleb Mazovetskiy [Mon, 24 Aug 2015 20:27:48 +0000 (21:27 +0100)] 
Merge pull request #17289 from kkirsche/patch-12

Fix accidental triple colon from :before to ::before conversion

9 years agoFix accidental triple colon from :before to ::before conversion 17289/head
Kevin Kirsche [Mon, 24 Aug 2015 19:47:04 +0000 (15:47 -0400)] 
Fix accidental triple colon from :before to ::before conversion

Fix #17288 — Sorry about that!

9 years agoMerge pull request #17058 from kkirsche/patch-6
Mark Otto [Mon, 24 Aug 2015 18:08:55 +0000 (11:08 -0700)] 
Merge pull request #17058 from kkirsche/patch-6

Use double colons for psuedo elements

9 years agoUse double colons for psuedo elements 17058/head
Kevin Kirsche [Wed, 19 Aug 2015 20:31:31 +0000 (16:31 -0400)] 
Use double colons for psuedo elements

Fix #17052

9 years agoFix anchors, fix naming consistency 17275/head
Matěj Kříž [Mon, 24 Aug 2015 14:30:46 +0000 (16:30 +0200)] 
Fix anchors, fix naming consistency

I found non working anchors and some naming in consistency. I hope I fixed well. Have a nice day.

9 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Mon, 24 Aug 2015 06:16:18 +0000 (23:16 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

9 years agowrap box-shadows in mixin in custom forms. fixes #17242
Mark Otto [Mon, 24 Aug 2015 06:13:14 +0000 (23:13 -0700)] 
wrap box-shadows in mixin in custom forms. fixes #17242

9 years agoMerge pull request #17253 from wangsai/jekyll-redirect-from
Mark Otto [Mon, 24 Aug 2015 06:08:24 +0000 (23:08 -0700)] 
Merge pull request #17253 from wangsai/jekyll-redirect-from

Add jekyll-redirect-from plugin in Gemfile

9 years agomy bad, fix those values
Mark Otto [Mon, 24 Aug 2015 06:03:58 +0000 (23:03 -0700)] 
my bad, fix those values

/cc @cvrebert

9 years agoMerge pull request #17187 from kkirsche/patch-31
Mark Otto [Mon, 24 Aug 2015 06:03:05 +0000 (23:03 -0700)] 
Merge pull request #17187 from kkirsche/patch-31

v4 - Document migration from panels to cards

9 years agoshorter
Mark Otto [Mon, 24 Aug 2015 06:00:47 +0000 (23:00 -0700)] 
shorter

9 years agoMerge pull request #17147 from kkirsche/patch-14
Mark Otto [Mon, 24 Aug 2015 05:59:43 +0000 (22:59 -0700)] 
Merge pull request #17147 from kkirsche/patch-14

v4 - Dropup caret direction incorrect

9 years agoClear out non-v4 docs translations 17257/head
Chris Rebert [Mon, 24 Aug 2015 04:34:47 +0000 (21:34 -0700)] 
Clear out non-v4 docs translations

After v4.0.0 stable gets released, as existing translations get updated or completely new v4 translations get created, we can start adding entries back to the list.

9 years agoMerge pull request #17255 from wangsai/translation-zh-new-url
Chris Rebert [Mon, 24 Aug 2015 03:09:42 +0000 (20:09 -0700)] 
Merge pull request #17255 from wangsai/translation-zh-new-url

New URL for Chinese translation of Bootstrap 4.x

9 years agoNew URL for Chinese translation of Bootstrap 4.x : 17255/head
wangsai [Sun, 23 Aug 2015 23:55:25 +0000 (07:55 +0800)] 
New URL for Chinese translation of Bootstrap 4.x :

http://v4.bootcss.com

9 years agoAdd jekyll-redirect-from plugin in Gemfile, ohterwise report ".../jekyll/plugin_manna... 17253/head
wangsai [Sun, 23 Aug 2015 23:45:12 +0000 (07:45 +0800)] 
Add jekyll-redirect-from plugin in Gemfile, ohterwise report ".../jekyll/plugin_mannager.rb:29:in require: cannot load such file -- jekyll-redirect-from (LoadError)" when jekyll build

9 years agoMerge pull request #17252 from zalog/patch-5
Mark Otto [Sun, 23 Aug 2015 22:51:54 +0000 (15:51 -0700)] 
Merge pull request #17252 from zalog/patch-5

Apply !default to SCSS variables

9 years agoApply !default to SCSS variables 17252/head
Catalin Zalog [Sun, 23 Aug 2015 22:44:16 +0000 (01:44 +0300)] 
Apply !default to SCSS variables

!default to all variables.

9 years agoMerge pull request #17120 from kkirsche/patch-5
Mark Otto [Sun, 23 Aug 2015 21:44:53 +0000 (14:44 -0700)] 
Merge pull request #17120 from kkirsche/patch-5

Add white background to cards by default

9 years agov4 - Dropup caret direction incorrect 17147/head
Kevin Kirsche [Thu, 20 Aug 2015 16:44:11 +0000 (12:44 -0400)] 
v4 - Dropup caret direction incorrect

Fix #17144

9 years agoAdd white background to cards 17120/head
Kevin Kirsche [Thu, 20 Aug 2015 11:59:42 +0000 (07:59 -0400)] 
Add white background to cards

Fix #17117

9 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 23 Aug 2015 08:12:12 +0000 (01:12 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

9 years agogrunt
Mark Otto [Sun, 23 Aug 2015 08:12:06 +0000 (01:12 -0700)] 
grunt

9 years agofix remaining scss lint errors
Mark Otto [Sun, 23 Aug 2015 08:12:00 +0000 (01:12 -0700)] 
fix remaining scss lint errors

9 years agothere is no standard appearance property
Mark Otto [Sun, 23 Aug 2015 08:03:51 +0000 (01:03 -0700)] 
there is no standard appearance property