diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:56:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:56:52 +0000 |
commit | 087bd1b14d5e1f45f60b1ffa64ca318c23b7c6ea (patch) | |
tree | d4139abfdd8c50b4b0ac84d876808a2f525dc958 /debian/missing-sources/bourbon | |
parent | Adding upstream version 2.0.0+dfsg. (diff) | |
download | sphinx-rtd-theme-debian.tar.xz sphinx-rtd-theme-debian.zip |
Adding debian version 2.0.0+dfsg-1.debian/2.0.0+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
109 files changed, 5349 insertions, 0 deletions
diff --git a/debian/missing-sources/bourbon-neat/CHANGELOG.md b/debian/missing-sources/bourbon-neat/CHANGELOG.md new file mode 100644 index 0000000..508ac9c --- /dev/null +++ b/debian/missing-sources/bourbon-neat/CHANGELOG.md @@ -0,0 +1,259 @@ +## [1.9.1] - 2018-09-11 + +### Fixed + +- Fix Sass warning about "&&" vs "and" ([#646]) + +[#646]: https://github.com/thoughtbot/neat/pull/646 + +## [1.9.0] - 2017-06-27 + +### Added + +- Add support for complex `nth-child` selectors in `omega()`. ([#340]) + +### Changed + +- The background color for visual grid columns now alternates. ([#373]) +- Update node-sass dependency to 4.1.1. ([#520]) + +### Fixed + +- Removed unnecessary deprecation warning when using the `reset-display` mixin. + ([#456]) +- The description of the `remove` CLI command now correctly outputs "remove". + ([#451]) + +[#340]: https://github.com/thoughtbot/neat/pull/340 +[#373]: https://github.com/thoughtbot/neat/pull/373 +[#451]: https://github.com/thoughtbot/neat/pull/451 +[#456]: https://github.com/thoughtbot/neat/pull/456 +[#520]: https://github.com/thoughtbot/neat/pull/520 + +## 1.8.0 - 2016-06-21 + +### Added + +- Added `--version` and `-v` options to the CLI now has that show the version of + Neat you have installed + +### Removed + +- Neat no longer requires Bourbon + +## 1.7.4 - 2016-03-04 + +### Added + +- Added an explicit sass requirement + +## 1.7.3 - 2016-02-29 + +### Added + +- Added eyeglass support + +### Changed + +- Neat's npm package now includes the proper Sass paths +- The default `$max-width` is now `1200px` + +## 1.7.2 - 2015-03-13 + +### Added + +- Added Bourbon's updated `modular-scale` function for grid settings + +### Removed + +- Removed prefixes for `box-sizing` + +## 1.7.1 - 2015-01-02 + +### Added + +- Added custom `not` function for Libsass 3.0 compatibility + +### Changed + +- Fixed bug related to the `omega`'s query argument + +## 1.7.0 - 2014-10-17 + +### Added + +- Full compatibility with Sass 3.4+ and Libsass 3.0+ + +### Changed + +- `direction-context` mixin changes the direction inside an entire block. +- `display-context` mixin changes the display property inside an entire block. +- `outer-container` now takes a max-width argument + +### Removed + +- Removed `reset-direction` +- Removed `reset-display` + +## 1.5.1 - 2014-04-06 + +### Added + +- Restore compatibility with Sass 3.2.x + +## 1.6.0 - 2014-03-28 + +### Added +- Added multiple media queries support to the `media` mixin, including queries + such as orientation + +### Changed +- Updated to Sass 3.3 and silence `!global` variable warnings +- Use absolute percentage widths for table displays + +### Removed + +- Passing table no longer adds padding to elements +- Omega no longer supports table display + +## 1.6.0.pre2 - 2014-03-21 + +### Changed + +- Use Sass 3.3 and silence global variable warnings + +## 1.6.0.pre - 2014-02-10 + +### Added + +- Added multiple media queries support to the `media` mixin, including queries + such as orientation + +### Changed + +- Use absolute percentage widths for table displays + +### Removed + +- Passing table no longer adds padding to elements +- Omega no longer supports table display + +## 1.5.0 - 2013-22-15 + +### Added + +- Added the ability for `span-columns` to omit display property from the output +- Improved browser support + +### Changed + +- Renamed `span-columns` collapse argument to block-collapse +- Made `shift` take parent column argument (useful when other `span-columns` + calls override the nesting context) + +## 1.4.0 - 2013-08-28 + +### Added + +- Added collapse argument to `span-columns` in order to remove gutter + +### Changed + +- Fixed visual grid overrides by reordering breakpoints +- Unified padding across table cells +- Specified comma as separator for gradient-stops append for libsass + +### Removed + +## 1.3.0 - 2013-05-03 + +### Added + +- Added global RTL layout support +- Added row-specific RTL layout support +- Added auto-clearing for elements using `omega(nth-child)` (works only with + simple `nth-child` arguments due to limited string operations in Sass) + +### Changed + +- `reset-display`, `reset-layout-direction`, and `reset-all` for all your reset needs! + +### Removed + +- The visual grid no longer blocks user interactions +- `omega` will no longer take `$direction` in favor of `row($direction)` or + `$default-layout-direction` + + +## 1.2.1 - 2013-04-04 + +### Added + +- Added stylesheets path to `Sass.load_paths` +- Official Docset + +### Changed + +- Force full-width and fixed table-layout on `row(table)` + +## 1.2.0 - 2013-02-18 + +### Added + +- Auto-detect table layout when `span-columns` is called inside `row(table)` + +### Changed + +- Make `shift` reset context after each nested call + +## 1.1.0 - 2013-01-09 + +### Added + +- `pad` takes shorthand arguments + +### Changed + +- Merge `omega` and `nth-omega` +- Last child in table layouts keeps its right-padding + +## 1.0.2 - 2012-11-19 + +### Added + +- Add explicit require to the bourbon gem + [#38](https://github.com/thoughtbot/neat/issues/38) + +## 1.0.1 - 2012-11-06 + +### Added + +- Relative path imports in Rails + +### Changed + +- Make `em` always return a number + +## 1.0.0 - 2012-10-29 + +### Added + +- Added executable for non-Rails projects +- Added visual grid +- Added `media` and `new-breakpoint` mixins +- Added `_neat-helpers.scss` as a public interface for Neat + +### Changed + +- Made `shift` work properly in nested contexts + +### Removed + +- Removed typography mixins and settings + +## 0.4.2 - 2012-08-31 + +- Initial release + +[1.9.1]: https://github.com/thoughtbot/neat/compare/v1.9.0...v1.9.1 +[1.9.0]: https://github.com/thoughtbot/neat/compare/v1.8.0...v1.9.0 diff --git a/debian/missing-sources/bourbon-neat/LICENSE.md b/debian/missing-sources/bourbon-neat/LICENSE.md new file mode 100644 index 0000000..1be2ca7 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright © 2012–2015 [thoughtbot, inc.](http://thoughtbot.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the “Software”), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/debian/missing-sources/bourbon-neat/README.md b/debian/missing-sources/bourbon-neat/README.md new file mode 100644 index 0000000..c5b58f9 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/README.md @@ -0,0 +1,281 @@ +[![Neat](http://images.thoughtbot.com/bourbon/neat-logo.svg)](http://neat.bourbon.io) + +## A lightweight, semantic grid framework + +**Note: This branch is an archive of Neat v1. The current release is v2 on +`master`.** + +Neat is a fluid grid framework with the aim of being easy enough to use out of the box and flexible enough to customize down the road. + +- **[Demo](http://neat.bourbon.io)** +- **[Documentation](http://thoughtbot.github.io/neat-docs/latest)** +- **[Changelog](https://github.com/thoughtbot/neat/releases)** +- **[Issues & Bugs](https://github.com/thoughtbot/neat/issues)** + +Follow the [@bourbonsass](https://twitter.com/bourbonsass) Twitter account +for updates. + +## Requirements + +- [Sass](https://github.com/sass/sass) 3.3+ +- :warning: If you need **Sass 3.2 support**, you should [use Neat 1.5.1](#installing-older-versions-of-neat) + +## Installation + +For command line help, visit our wiki page on Neat’s [command line interface](https://github.com/thoughtbot/neat/wiki/Command-Line-Interface). + +1. Install the Neat gem using the [RubyGems](https://rubygems.org) package manager: + + ```bash + gem install neat + ``` + + Alternatively, you can install Neat with [Bower](http://bower.io). + +2. Install or update Neat’s dependencies: + + ```bash + gem install sass # or gem update sass + ``` + +3. Install the Neat library into the current directory: + + ```bash + neat install + ``` + +4. Import Neat in your stylesheet: + + ```scss + @import "neat/neat"; + ``` + + It’s not recommended to add or modify the Neat files so that you can update them easily. + +## Installation for Ruby on Rails + +1. Add Neat to your Gemfile: + + ```ruby + gem 'neat' + ``` + +2. Then run: + + ```bash + bundle install + ``` + + If you see the error `Bundler could not find compatible versions for gem "sass"`, run: + + ```bash + bundle update sass + ``` + +3. Import Neat in your `application.scss`: + + ```scss + @import "neat"; + ``` + + It should be noted that `@import` rules are not compatible with Sprockets directives. You need to use one or the other. + +## Installing with npm and using a Node-based asset pipeline + +1. Add Neat as a dependency: + + ```bash + npm install --save bourbon-neat + ``` + +1. If you’re using [Eyeglass](http://eyeglass.rocks), skip to Step 3. Otherwise, you’ll need to add Neat to your node-sass `includePaths` option. `require("bourbon-neat").includePaths` is an array of directories that you should pass to node-sass. How you do this depends on how node-sass is integrated into your project. + +1. Import Neat into your Sass files: + + ```scss + @import "neat"; + ``` + +## Installing older versions of Neat + +1. Uninstall any Neat gem versions you already have: + + ```bash + gem uninstall neat + ``` + +2. Reinstall the Neat gem, using the `-v` flag to specify the version you need: + + ```bash + gem install neat -v 1.7.0 + ``` + +3. Follow the [instructions above](#installation) to install Neat into your project. + +## Using Neat + +First off, if you are planning to override the default grid settings (12 columns), it is recommended to create a `_grid-settings.scss` file for that purpose. Make sure to import it right *before* importing Neat: + +```scss +@import "grid-settings"; +@import "neat/neat"; // or "neat" when in Rails +``` + +In your newly created `_grid-settings.scss`, import `neat-helpers` if you are planning to use `new-breakpoint()`, then define your new variables: + +```scss +@import "neat/neat-helpers"; // or "neat-helpers" when in Rails + +// Change the grid settings +$column: 90px; +$gutter: 30px; +$grid-columns: 10; +$max-width: 1200px; + +// Define your breakpoints +$tablet: new-breakpoint(max-width 768px 8); +$mobile: new-breakpoint(max-width 480px 4); +``` + +See the [docs](http://thoughtbot.github.io/neat-docs/latest/#variable) for a full list of settings. + +Next, include the `outer-container` mixin in the topmost container (to which the `max-width` setting will be applied): + +```scss +div.container { + @include outer-container; +} +``` + +Then use `span-columns` on any element to specify the number of columns it should span: + +```scss +div.element { + @include span-columns(6); +} +``` + +If the element’s parent isn’t the top-most container, you need to add the number of columns of the parent element to keep the right proportions: + +```scss +div.container { + @include outer-container; + + div.parent-element { + @include span-columns(8); + + div.element { + @include span-columns(6 of 8); + } + } +} +``` + +To make your layout responsive, use the `media()` mixin to modify both the grid and the layout: + +```scss +.my-class { + @include media($mobile) { // As defined in _grid-settings.scss + @include span-columns(2); + } +} + +// Compiled CSS +@media screen and (max-width: 480px) { + .my-class { + display: block; + float: left; + margin-right: 7.42297%; + width: 46.28851%; // 2 columns of the total 4 in this media context + } + .my-class:last-child { + margin-right: 0; + } +} +``` + +By setting `$visual-grid` to `true` in a file that is imported before +`neat-helpers` (or prior to `neat` itself if you are using the default +breakpoints), you can display the base grid in the background (default) or as an +overlay. You can even change the color and opacity of the grid-lines by +overriding the default settings as detailed in the section below. + +The visual grid reflects the changes applied to the grid via the `new-breakpoint()` mixin, as long as the media contexts are defined *before* importing Neat. + +## FAQ + +#### How do I use `omega()` in a mobile-first workflow? + +Using `omega()` with an `nth-child` pseudo selector in a mobile-first workflow will cause the style to be applied to wider-viewport media queries as well. That is the cascading nature of CSS. + +One solution would be to provide an `omega-reset()` mixin that negates the effect of `omega()` on that specific `nth-child` pseudo selector. While this is often the most suggested solution, it is also a lazy hack that outputs ugly code and can quickly get out of hand in complex layouts. As a general rule, having to *undo* CSS styles is a sign of poor stylesheet architecture (more about [CSS code smells](http://csswizardry.com/2012/11/code-smells-in-css/)). + +The other, more elegant, solution is to use mutually exclusive media queries, also referred to as [media-query +splitting](http://simurai.com/blog/2012/08/29/media-query-splitting). This would guarantee that `omega()` styles are only applied where desired. + +```scss +$first-breakpoint-value: 400px; +$second-breakpoint-value: 700px; +$medium-viewport: new-breakpoint(min-width $first-breakpoint-value max-width $second-breakpoint-value); +$large-viewport: new-breakpoint(min-width $second-breakpoint-value + 1); + +.element { + @include media($medium-viewport) { + @include span-columns(6); + @include omega(2n); + } + + @include media($large-viewport) { + @include span-columns(4); + @include omega(3n); + } +} +``` + +If, for some reason, you still think that `omega-reset` is the only way you want to go, check out Josh Fry’s [omega-reset](http://joshfry.me/blog/2013/05/13/omega-reset-for-bourbon-neat). + +#### Why are the elements not properly aligned with the visual grid? + +The visual grid is built using CSS gradients whose stops might contain decimal values depending on the default settings of your grid. In order to render the gradient, browsers round the pixel values since they can’t deal with pixel fractions. + +As a result the visual grid might be few pixels off in some browsers. The result is also inconsistent across browsers. For best results, preview your website on Firefox as it renders closest to the expected outcome. + +At this point, writing an internal rounding mechanism is not high priority. + +#### Framework X has this feature that Neat seems to be missing. Can you add it? + +Unless you [open a pull request](https://github.com/thoughtbot/neat/compare/), the answer is most likely going to be no. Neat is lightweight and simple compared to other grid frameworks, and strives to remain so. We have plans for adding new features in future versions of the framework, but these will be most likely to support new ways of working with layouts on the Web, not patches to existing ones. + +## Browser support + +- Chrome 10+ +- Firefox 29+ +- Internet Explorer 9+ (visual grid is IE 10 only) +- Internet Explorer 8 with [selectivizr](http://selectivizr.com) (no `media()` support) +- Opera 9.5+ +- Safari 5.1+ + +## The Bourbon family + +- [Bourbon](https://github.com/thoughtbot/bourbon): A simple and lightweight mixin library for Sass +- [Neat](https://github.com/thoughtbot/neat): A lightweight semantic grid framework for Sass and Bourbon +- [Bitters](https://github.com/thoughtbot/bitters): Scaffold styles, variables and structure for Bourbon projects +- [Refills](https://github.com/thoughtbot/refills): Prepackaged patterns and components built with Bourbon, Neat and Bitters + +## License + +Copyright © 2012–2015 [thoughtbot, inc](http://thoughtbot.com). Neat is free software, and may be redistributed under the terms specified in the [license](LICENSE.md). + +## About thoughtbot + +[<img src="http://presskit.thoughtbot.com/images/signature.svg" width="250" alt="thoughtbot logo">][hire] + +Neat is maintained and funded by thoughtbot, inc. +The names and logos for thoughtbot are trademarks of thoughtbot, inc. + +We love open source software! +See [our other projects][community] +or [hire us][hire] to design, develop, and grow your product. + +[community]: https://thoughtbot.com/community?utm_source=github +[hire]: https://thoughtbot.com/hire-us?utm_source=github diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/_neat-helpers.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/_neat-helpers.scss new file mode 100644 index 0000000..2d6d808 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/_neat-helpers.scss @@ -0,0 +1,11 @@ +// Mixins +@import "mixins/clearfix"; + +// Functions +@import "functions/private"; +@import "functions/new-breakpoint"; + +// Settings +@import "settings/grid"; +@import "settings/visual-grid"; +@import "settings/disable-warnings"; diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/_neat.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/_neat.scss new file mode 100644 index 0000000..9841430 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/_neat.scss @@ -0,0 +1,24 @@ +// Neat 1.9.1 +// http://neat.bourbon.io +// Copyright 2012-2015 thoughtbot, inc. +// MIT License + +// Helpers +@import "neat-helpers"; + +// Grid +@import "grid/private"; +@import "grid/box-sizing"; +@import "grid/omega"; +@import "grid/outer-container"; +@import "grid/span-columns"; +@import "grid/row"; +@import "grid/shift"; +@import "grid/pad"; +@import "grid/fill-parent"; +@import "grid/media"; +@import "grid/reset-display"; +@import "grid/to-deprecate"; +@import "grid/visual-grid"; +@import "grid/display-context"; +@import "grid/direction-context"; diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/functions/_new-breakpoint.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/functions/_new-breakpoint.scss new file mode 100644 index 0000000..41ab955 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/functions/_new-breakpoint.scss @@ -0,0 +1,49 @@ +@charset "UTF-8"; + +/// Returns a media context (media query / grid context) that can be stored in a variable and passed to `media()` as a single-keyword argument. Media contexts defined using `new-breakpoint` are used by the visual grid, as long as they are defined before importing Neat. +/// +/// @param {List} $query +/// A list of media query features and values. Each `$feature` should have a corresponding `$value`. +/// +/// If there is only a single `$value` in `$query`, `$default-feature` is going to be used. +/// +/// The number of total columns in the grid can be set by passing `$columns` at the end of the list (overrides `$total-columns`). For a list of valid values for `$feature`, click [here](http://www.w3.org/TR/css3-mediaqueries/#media1). +/// +/// @param {Number (unitless)} $total-columns [$grid-columns] +/// - Number of columns to use in the new grid context. Can be set as a shorthand in the first parameter. +/// +/// @example scss - Usage +/// $mobile: new-breakpoint(max-width 480px 4); +/// +/// .element { +/// @include media($mobile) { +/// @include span-columns(4); +/// } +/// } +/// +/// @example css - CSS Output +/// @media screen and (max-width: 480px) { +/// .element { +/// display: block; +/// float: left; +/// margin-right: 7.42297%; +/// width: 100%; +/// } +/// .element:last-child { +/// margin-right: 0; +/// } +/// } + +@function new-breakpoint($query: $feature $value $columns, $total-columns: $grid-columns) { + @if length($query) == 1 { + $query: $default-feature nth($query, 1) $total-columns; + } @else if is-even(length($query)) { + $query: append($query, $total-columns); + } + + @if is-not(belongs-to($query, $visual-grid-breakpoints)) { + $visual-grid-breakpoints: append($visual-grid-breakpoints, $query, comma) !global; + } + + @return $query; +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/functions/_private.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/functions/_private.scss new file mode 100644 index 0000000..9a6cd2f --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/functions/_private.scss @@ -0,0 +1,154 @@ +// Not function for Libsass compatibility +// https://github.com/sass/libsass/issues/368 +@function is-not($value) { + @return if($value, false, true); +} + +// Checks if a number is even +@function is-even($int) { + @return $int % 2 == 0; +} + +// Checks if an element belongs to a list or not +@function belongs-to($tested-item, $list) { + @return is-not(not-belongs-to($tested-item, $list)); +} + +@function not-belongs-to($tested-item, $list) { + @return is-not(index($list, $tested-item)); +} + +// Contains display value +@function contains-display-value($query) { + @return belongs-to(table, $query) + or belongs-to(block, $query) + or belongs-to(inline-block, $query) + or belongs-to(inline, $query); +} + +// Parses the first argument of span-columns() +@function container-span($span: $span) { + @if length($span) == 3 { + $container-columns: nth($span, 3); + @return $container-columns; + } @else if length($span) == 2 { + $container-columns: nth($span, 2); + @return $container-columns; + } + + @return $grid-columns; +} + +@function container-shift($shift: $shift) { + $parent-columns: $grid-columns !default !global; + + @if length($shift) == 3 { + $container-columns: nth($shift, 3); + @return $container-columns; + } @else if length($shift) == 2 { + $container-columns: nth($shift, 2); + @return $container-columns; + } + + @return $parent-columns; +} + +// Generates a striped background +@function gradient-stops($grid-columns, $color: $visual-grid-color) { + $transparent: transparent; + $alt-color: darken($color, 10%); + + $column-width: flex-grid(1, $grid-columns); + $gutter-width: flex-gutter($grid-columns); + $column-offset: $column-width; + $alternate: false; + + $values: ($transparent 0, if($alternate, $color, $alt-color) 0); + + @for $i from 1 to $grid-columns*2 { + @if is-even($i) { + $values: append($values, $transparent $column-offset, comma); + $values: append($values, if($alternate, $color, $alt-color) $column-offset, comma); + $column-offset: $column-offset + $column-width; + } @else { + $values: append($values, if($alternate, $color, $alt-color) $column-offset, comma); + $values: append($values, $transparent $column-offset, comma); + $column-offset: $column-offset + $gutter-width; + + $alternate: not $alternate; + } + } + + @return $values; +} + +// Layout direction +@function get-direction($layout, $default) { + $direction: null; + + @if to-upper-case($layout) == "LTR" or to-upper-case($layout) == "RTL" { + $direction: direction-from-layout($layout); + } @else { + $direction: direction-from-layout($default); + } + + @return $direction; +} + +@function direction-from-layout($layout) { + $direction: null; + + @if to-upper-case($layout) == "LTR" { + $direction: right; + } @else { + $direction: left; + } + + @return $direction; +} + +@function get-opposite-direction($direction) { + $opposite-direction: left; + + @if $direction == "left" { + $opposite-direction: right; + } + + @return $opposite-direction; +} + + +@function to-number($string) { + $string: str-replace($string, " ", ""); + $strings: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9"; + $numbers: 0 1 2 3 4 5 6 7 8 9; + $result: 0; + + @for $i from 1 through str-length($string) { + $character: str-slice($string, $i, $i); + $index: index($strings, $character); + + @if not $index { + @warn "Unknown character `#{$character}`."; + @return false; + } + + $number: nth($numbers, $index); + $result: $result * 10 + $number; + } + + @return $result; +} + +@function str-replace($string, $search, $replace: "") { + $index: str-index($string, $search); + + @if $index { + $first: str-slice($string, 1, $index - 1); + $last-slice: str-slice($string, $index + str-length($search)); + $last: str-replace($last-slice, $search, $replace); + @return $first + $replace + $last; + } + + @return $string; +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss new file mode 100644 index 0000000..b6d3fec --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_box-sizing.scss @@ -0,0 +1,15 @@ +@charset "UTF-8"; + +@if $border-box-sizing == true { + html { // http://bit.ly/1qk2tVR + box-sizing: border-box; + } + + * { + &, + &::after, + &::before { + box-sizing: inherit; + } + } +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_direction-context.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_direction-context.scss new file mode 100644 index 0000000..7b0d46e --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_direction-context.scss @@ -0,0 +1,33 @@ +@charset "UTF-8"; + +/// Changes the direction property used by other mixins called in the code block argument. +/// +/// @param {String} $direction [left-to-right] +/// Layout direction to be used within the block. Can be `left-to-right` or `right-to-left`. +/// +/// @example scss - Usage +/// @include direction-context(right-to-left) { +/// .right-to-left-block { +/// @include span-columns(6); +/// } +/// } +/// +/// @example css - CSS Output +/// .right-to-left-block { +/// float: right; +/// ... +/// } + +@mixin direction-context($direction: left-to-right) { + $scope-direction: $layout-direction; + + @if to-lower-case($direction) == "left-to-right" { + $layout-direction: LTR !global; + } @else if to-lower-case($direction) == "right-to-left" { + $layout-direction: RTL !global; + } + + @content; + + $layout-direction: $scope-direction !global; +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_display-context.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_display-context.scss new file mode 100644 index 0000000..ed9b063 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_display-context.scss @@ -0,0 +1,28 @@ +@charset "UTF-8"; + +/// Changes the display property used by other mixins called in the code block argument. +/// +/// @param {String} $display [block] +/// Display value to be used within the block. Can be `table` or `block`. +/// +/// @example scss +/// @include display-context(table) { +/// .display-table { +/// @include span-columns(6); +/// } +/// } +/// +/// @example css +/// .display-table { +/// display: table-cell; +/// ... +/// } + +@mixin display-context($display: block) { + $scope-display: $container-display-table; + $container-display-table: $display == table !global; + + @content; + + $container-display-table: $scope-display !global; +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_fill-parent.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_fill-parent.scss new file mode 100644 index 0000000..415f0b1 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_fill-parent.scss @@ -0,0 +1,22 @@ +@charset "UTF-8"; + +/// Forces the element to fill its parent container. +/// +/// @example scss - Usage +/// .element { +/// @include fill-parent; +/// } +/// +/// @example css - CSS Output +/// .element { +/// width: 100%; +/// box-sizing: border-box; +/// } + +@mixin fill-parent() { + width: 100%; + + @if $border-box-sizing == false { + box-sizing: border-box; + } +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_media.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_media.scss new file mode 100644 index 0000000..bd516e9 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_media.scss @@ -0,0 +1,92 @@ +@charset "UTF-8"; + +/// Outputs a media-query block with an optional grid context (the total number of columns used in the grid). +/// +/// @param {List} $query +/// A list of media query features and values, where each `$feature` should have a corresponding `$value`. +/// For a list of valid values for `$feature`, click [here](http://www.w3.org/TR/css3-mediaqueries/#media1). +/// +/// If there is only a single `$value` in `$query`, `$default-feature` is going to be used. +/// +/// The number of total columns in the grid can be set by passing `$columns` at the end of the list (overrides `$total-columns`). +/// +/// +/// @param {Number (unitless)} $total-columns [$grid-columns] +/// - Number of columns to use in the new grid context. Can be set as a shorthand in the first parameter. +/// +/// @example scss - Usage +/// .responsive-element { +/// @include media(769px) { +/// @include span-columns(6); +/// } +/// } +/// +/// .new-context-element { +/// @include media(min-width 320px max-width 480px, 6) { +/// @include span-columns(6); +/// } +/// } +/// +/// @example css - CSS Output +/// @media screen and (min-width: 769px) { +/// .responsive-element { +/// display: block; +/// float: left; +/// margin-right: 2.35765%; +/// width: 48.82117%; +/// } +/// +/// .responsive-element:last-child { +/// margin-right: 0; +/// } +/// } +/// +/// @media screen and (min-width: 320px) and (max-width: 480px) { +/// .new-context-element { +/// display: block; +/// float: left; +/// margin-right: 4.82916%; +/// width: 100%; +/// } +/// +/// .new-context-element:last-child { +/// margin-right: 0; +/// } +/// } + +@mixin media($query: $feature $value $columns, $total-columns: $grid-columns) { + @if length($query) == 1 { + @media screen and ($default-feature: nth($query, 1)) { + $default-grid-columns: $grid-columns; + $grid-columns: $total-columns !global; + @content; + $grid-columns: $default-grid-columns !global; + } + } @else { + $loop-to: length($query); + $media-query: "screen and "; + $default-grid-columns: $grid-columns; + $grid-columns: $total-columns !global; + + @if is-not(is-even(length($query))) { + $grid-columns: nth($query, $loop-to) !global; + $loop-to: $loop-to - 1; + } + + $i: 1; + @while $i <= $loop-to { + $media-query: $media-query + "(" + nth($query, $i) + ": " + nth($query, $i + 1) + ") "; + + @if ($i + 1) != $loop-to { + $media-query: $media-query + "and "; + } + + $i: $i + 2; + } + + @media #{$media-query} { + @content; + $grid-columns: $default-grid-columns !global; + } + } +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_omega.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_omega.scss new file mode 100644 index 0000000..532db05 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_omega.scss @@ -0,0 +1,112 @@ +@charset "UTF-8"; + +/// Removes the element's gutter margin, regardless of its position in the grid hierarchy or display property. It can target a specific element, or every `nth-child` occurrence. Works only with `block` layouts. +/// +/// @param {List} $query [block] +/// List of arguments. Supported arguments are `nth-child` selectors (targets a specific pseudo element) and `auto` (targets `last-child`). +/// +/// When passed an `nth-child` argument of type `*n` with `block` display, the omega mixin automatically adds a clear to the `*n+1` th element. Note that composite arguments such as `2n+1` do not support this feature. +/// +/// **Deprecation warning**: The omega mixin will no longer take a `$direction` argument. To change the layout direction, use `row($direction)` or set `$default-layout-direction` instead. +/// +/// @example scss - Usage +/// .element { +/// @include omega; +/// } +/// +/// .nth-element { +/// @include omega(4n); +/// } +/// +/// @example css - CSS Output +/// .element { +/// margin-right: 0; +/// } +/// +/// .nth-element:nth-child(4n) { +/// margin-right: 0; +/// } +/// +/// .nth-element:nth-child(4n+1) { +/// clear: left; +/// } + +@mixin omega($query: block, $direction: default) { + $table: belongs-to(table, $query); + $auto: belongs-to(auto, $query); + + @if $direction != default { + @include -neat-warn("The omega mixin will no longer take a $direction argument. To change the layout direction, use the direction(){...} mixin."); + } @else { + $direction: get-direction($layout-direction, $default-layout-direction); + } + + @if $table { + @include -neat-warn("The omega mixin no longer removes padding in table layouts."); + } + + @if length($query) == 1 { + @if $auto { + &:last-child { + margin-#{$direction}: 0; + } + } + + @else if contains-display-value($query) and $table == false { + margin-#{$direction}: 0; + } + + @else { + @include nth-child($query, $direction); + } + } @else if length($query) == 2 { + @if $auto { + &:last-child { + margin-#{$direction}: 0; + } + } @else { + @include nth-child(nth($query, 1), $direction); + } + } @else { + @include -neat-warn("Too many arguments passed to the omega() mixin."); + } +} + +@mixin nth-child($query, $direction) { + $opposite-direction: get-opposite-direction($direction); + + &:nth-child(#{$query}) { + margin-#{$direction}: 0; + } + + @if type-of($query) == string { + $query: str-replace($query, " ", ""); + $operator: false; + + @if str_index($query, "+") { + $operator: "+"; + } @else if str_index($query, "-") { + $operator: "-"; + } + + @if $operator { + $operator-index: str_index($query, $operator); + $first: str-slice($query, 0, ($operator-index - 1)); + $last: to-number(str-slice($query, ($operator-index + 1), -1)); + @if $operator == "+" { + $last: $last + 1; + } @else if $operator == "-" { + $last: $last - 1; + } + $nth: "#{$first}#{$operator}#{$last}"; + + &:nth-child(#{$nth}) { + clear: $opposite-direction; + } + } + } @else if type-of($query) == number and unit($query) == "n" { + &:nth-child(#{$query}+1) { + clear: $opposite-direction; + } + } +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_outer-container.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_outer-container.scss new file mode 100644 index 0000000..d3f6267 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_outer-container.scss @@ -0,0 +1,34 @@ +@charset "UTF-8"; + +/// Makes an element a outer container by centering it in the viewport, clearing its floats, and setting its `max-width`. +/// Although optional, using `outer-container` is recommended. The mixin can be called on more than one element per page, as long as they are not nested. +/// +/// @param {Number [unit]} $local-max-width [$max-width] +/// Max width to be applied to the element. Can be a percentage or a measure. +/// +/// @example scss - Usage +/// .element { +/// @include outer-container(100%); +/// } +/// +/// @example css - CSS Output +/// .element { +/// max-width: 100%; +/// margin-left: auto; +/// margin-right: auto; +/// } +/// +/// .element::after { +/// clear: both; +/// content: ""; +/// display: table; +/// } + +@mixin outer-container($local-max-width: $max-width) { + @include clearfix; + max-width: $local-max-width; + margin: { + left: auto; + right: auto; + } +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_pad.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_pad.scss new file mode 100644 index 0000000..d697e1b --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_pad.scss @@ -0,0 +1,25 @@ +@charset "UTF-8"; + +/// Adds padding to the element. +/// +/// @param {List} $padding [flex-gutter()] +/// A list of padding value(s) to use. Passing `default` in the list will result in using the gutter width as a padding value. +/// +/// @example scss - Usage +/// .element { +/// @include pad(30px -20px 10px default); +/// } +/// +/// @example css - CSS Output +/// .element { +/// padding: 30px -20px 10px 2.35765%; +/// } + +@mixin pad($padding: flex-gutter()) { + $padding-list: null; + @each $value in $padding { + $value: if($value == 'default', flex-gutter(), $value); + $padding-list: join($padding-list, $value); + } + padding: $padding-list; +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_private.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_private.scss new file mode 100644 index 0000000..5122427 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_private.scss @@ -0,0 +1,35 @@ +$parent-columns: $grid-columns !default; +$fg-column: $column; +$fg-gutter: $gutter; +$fg-max-columns: $grid-columns; +$container-display-table: false !default; +$layout-direction: LTR !default; + +@function flex-grid($columns, $container-columns: $fg-max-columns) { + $width: flex-width($columns); + $container-width: flex-width($container-columns); + @return percentage($width / $container-width); +} + +@function flex-gutter($container-columns: $fg-max-columns, $gutter: $fg-gutter) { + $container-width: flex-width($container-columns); + @return percentage($gutter / $container-width); +} + +@function flex-width($n, $column-width: $fg-column, $gutter-width: $fg-gutter) { + @return $n * $column-width + ($n - 1) * $gutter-width; +} + +@function get-parent-columns($columns) { + @if $columns != $grid-columns { + $parent-columns: $columns !global; + } @else { + $parent-columns: $grid-columns !global; + } + + @return $parent-columns; +} + +@function is-display-table($container-is-display-table, $display) { + @return $container-is-display-table == true or $display == table; +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_reset-display.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_reset-display.scss new file mode 100644 index 0000000..b8332b8 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_reset-display.scss @@ -0,0 +1,14 @@ +/// Resets the active display property to `block`. Particularly useful when changing the display property in a single row. +/// +/// @example scss - Usage +/// .element { +/// @include row(table); +/// // Context changed to table display +/// } +/// +/// @include reset-display; +/// // Context is reset to block display + +@mixin reset-display { + $container-display-table: false !global; +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_row.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_row.scss new file mode 100644 index 0000000..8150160 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_row.scss @@ -0,0 +1,45 @@ +@charset "UTF-8"; + +/// Designates the element as a row of columns in the grid layout. It clears the floats on the element and sets its display property. Rows can't be nested, but there can be more than one row element—with different display properties—per layout. +/// +/// @param {String} $display [default] +/// Sets the display property of the element and the display context that will be used by its children. Can be `block` or `table`. +/// +/// @param {String} $direction [$default-layout-direction] +/// Sets the layout direction. Can be `LTR` (left-to-right) or `RTL` (right-to-left). +/// +/// @example scss - Usage +/// .element { +/// @include row(); +/// } +/// +/// @example css - CSS Output +/// .element { +/// *zoom: 1; +/// display: block; +/// } +/// +/// .element:before, .element:after { +/// content: " "; +/// display: table; +/// } +/// +/// .element:after { +/// clear: both; +/// } + +@mixin row($display: default, $direction: $default-layout-direction) { + + $layout-direction: $direction !global; + + @if $display == table { + display: table; + @include fill-parent; + table-layout: fixed; + $container-display-table: true !global; + } @else { + @include clearfix; + display: block; + $container-display-table: false !global; + } +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_shift.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_shift.scss new file mode 100644 index 0000000..c0f24cd --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_shift.scss @@ -0,0 +1,50 @@ +@charset "UTF-8"; + +/// Translates an element horizontally by a number of columns. Positive arguments shift the element to the active layout direction, while negative ones shift it to the opposite direction. +/// +/// @param {Number (unitless)} $n-columns [1] +/// Number of columns by which the element shifts. +/// +/// @example scss - Usage +/// .element { +/// @include shift(-3); +/// } +/// +/// @example css - CSS output +/// .element { +/// margin-left: -25.58941%; +/// } + +@mixin shift($n-columns: 1) { + @include shift-in-context($n-columns); +} + +/// Translates an element horizontally by a number of columns, in a specific nesting context. +/// +/// @param {List} $shift +/// A list containing the number of columns to shift (`$columns`) and the number of columns of the parent element (`$container-columns`). +/// +/// The two values can be separated with any string such as `of`, `/`, etc. +/// +/// @example scss - Usage +/// .element { +/// @include shift(-3 of 6); +/// } +/// +/// @example css - CSS output +/// .element { +/// margin-left: -52.41458%; +/// } + +@mixin shift-in-context($shift: $columns of $container-columns) { + $n-columns: nth($shift, 1); + $parent-columns: container-shift($shift) !global; + + $direction: get-direction($layout-direction, $default-layout-direction); + $opposite-direction: get-opposite-direction($direction); + + margin-#{$opposite-direction}: $n-columns * flex-grid(1, $parent-columns) + $n-columns * flex-gutter($parent-columns); + + // Reset nesting context + $parent-columns: $grid-columns !global; +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss new file mode 100644 index 0000000..a7f9b00 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_span-columns.scss @@ -0,0 +1,94 @@ +@charset "UTF-8"; + +/// Specifies the number of columns an element should span. If the selector is nested the number of columns of its parent element should be passed as an argument as well. +/// +/// @param {List} $span +/// A list containing `$columns`, the unitless number of columns the element spans (required), and `$container-columns`, the number of columns the parent element spans (optional). +/// +/// If only one value is passed, it is assumed that it's `$columns` and that that `$container-columns` is equal to `$grid-columns`, the total number of columns in the grid. +/// +/// The values can be separated with any string such as `of`, `/`, etc. +/// +/// `$columns` also accepts decimals for when it's necessary to break out of the standard grid. E.g. Passing `2.4` in a standard 12 column grid will divide the row into 5 columns. +/// +/// @param {String} $display [block] +/// Sets the display property of the element. By default it sets the display property of the element to `block`. +/// +/// If passed `block-collapse`, it also removes the margin gutter by adding it to the element width. +/// +/// If passed `table`, it sets the display property to `table-cell` and calculates the width of the element without taking gutters into consideration. The result does not align with the block-based grid. +/// +/// @example scss - Usage +/// .element { +/// @include span-columns(6); +/// +/// .nested-element { +/// @include span-columns(2 of 6); +/// } +/// } +/// +/// @example css - CSS Output +/// .element { +/// display: block; +/// float: left; +/// margin-right: 2.35765%; +/// width: 48.82117%; +/// } +/// +/// .element:last-child { +/// margin-right: 0; +/// } +/// +/// .element .nested-element { +/// display: block; +/// float: left; +/// margin-right: 4.82916%; +/// width: 30.11389%; +/// } +/// +/// .element .nested-element:last-child { +/// margin-right: 0; +/// } + +@mixin span-columns($span: $columns of $container-columns, $display: block) { + $columns: nth($span, 1); + $container-columns: container-span($span); + + $parent-columns: get-parent-columns($container-columns) !global; + + $direction: get-direction($layout-direction, $default-layout-direction); + $opposite-direction: get-opposite-direction($direction); + + $display-table: is-display-table($container-display-table, $display); + + @if $display-table { + display: table-cell; + width: percentage($columns / $container-columns); + } @else { + float: #{$opposite-direction}; + + @if $display != no-display { + display: block; + } + + @if $display == collapse { + @include -neat-warn("The 'collapse' argument will be deprecated. Use 'block-collapse' instead."); + } + + @if $display == collapse or $display == block-collapse { + width: flex-grid($columns, $container-columns) + flex-gutter($container-columns); + + &:last-child { + width: flex-grid($columns, $container-columns); + } + + } @else { + margin-#{$direction}: flex-gutter($container-columns); + width: flex-grid($columns, $container-columns); + + &:last-child { + margin-#{$direction}: 0; + } + } + } +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_to-deprecate.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_to-deprecate.scss new file mode 100644 index 0000000..b46d976 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_to-deprecate.scss @@ -0,0 +1,81 @@ +@charset "UTF-8"; + +@mixin breakpoint($query:$feature $value $columns, $total-columns: $grid-columns) { + @include -neat-warn("The breakpoint() mixin was renamed to media() in Neat 1.0. Please update your project with the new syntax before the next version bump."); + + @if length($query) == 1 { + @media screen and ($default-feature: nth($query, 1)) { + $default-grid-columns: $grid-columns; + $grid-columns: $total-columns; + @content; + $grid-columns: $default-grid-columns; + } + } @else if length($query) == 2 { + @media screen and (nth($query, 1): nth($query, 2)) { + $default-grid-columns: $grid-columns; + $grid-columns: $total-columns; + @content; + $grid-columns: $default-grid-columns; + } + } @else if length($query) == 3 { + @media screen and (nth($query, 1): nth($query, 2)) { + $default-grid-columns: $grid-columns; + $grid-columns: nth($query, 3); + @content; + $grid-columns: $default-grid-columns; + } + } @else if length($query) == 4 { + @media screen and (nth($query, 1): nth($query, 2)) and (nth($query, 3): nth($query, 4)) { + $default-grid-columns: $grid-columns; + $grid-columns: $total-columns; + @content; + $grid-columns: $default-grid-columns; + } + } @else if length($query) == 5 { + @media screen and (nth($query, 1): nth($query, 2)) and (nth($query, 3): nth($query, 4)) { + $default-grid-columns: $grid-columns; + $grid-columns: nth($query, 5); + @content; + $grid-columns: $default-grid-columns; + } + } @else { + @include -neat-warn("Wrong number of arguments for breakpoint(). Read the documentation for more details."); + } +} + +@mixin nth-omega($nth, $display: block, $direction: default) { + @include -neat-warn("The nth-omega() mixin is deprecated. Please use omega() instead."); + @include omega($nth $display, $direction); +} + +/// Resets the active layout direction to the default value set in `$default-layout-direction`. Particularly useful when changing the layout direction in a single row. +/// +/// @example scss - Usage +/// .element { +/// @include row($direction: RTL); +/// // Context changed to right-to-left +/// } +/// +/// @include reset-layout-direction; +/// // Context is reset to left-to-right + +@mixin reset-layout-direction { + $layout-direction: $default-layout-direction !global; + @include -neat-warn("Resetting $direction will be deprecated in future versions in favor of the direction(){...} mixin."); +} + +/// Resets both the active layout direction and the active display property. +/// +/// @example scss - Usage +/// .element { +/// @include row(table, RTL); +/// // Context changed to table table and right-to-left +/// } +/// +/// @include reset-all; +/// // Context is reset to block display and left-to-right + +@mixin reset-all { + @include reset-display; + @include reset-layout-direction; +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_visual-grid.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_visual-grid.scss new file mode 100644 index 0000000..1192d82 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/grid/_visual-grid.scss @@ -0,0 +1,42 @@ +@charset "UTF-8"; + +@mixin grid-column-gradient($values...) { + background-image: -webkit-linear-gradient(left, $values); + background-image: -moz-linear-gradient(left, $values); + background-image: -ms-linear-gradient(left, $values); + background-image: -o-linear-gradient(left, $values); + background-image: unquote("linear-gradient(to left, #{$values})"); +} + +@if $visual-grid == true or $visual-grid == yes { + body:before { + @include grid-column-gradient(gradient-stops($grid-columns)); + content: ""; + display: inline-block; + height: 100%; + left: 0; + margin: 0 auto; + max-width: $max-width; + opacity: $visual-grid-opacity; + pointer-events: none; + position: fixed; + right: 0; + width: 100%; + + @if $visual-grid-index == back { + z-index: -1; + } + + @else if $visual-grid-index == front { + z-index: 9999; + } + + @each $breakpoint in $visual-grid-breakpoints { + @if $breakpoint { + @include media($breakpoint) { + @include grid-column-gradient(gradient-stops($grid-columns)); + } + } + } + } +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/mixins/_clearfix.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/mixins/_clearfix.scss new file mode 100644 index 0000000..e68efc4 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/mixins/_clearfix.scss @@ -0,0 +1,25 @@ +@charset "UTF-8"; + +/// Provides an easy way to include a clearfix for containing floats. +/// +/// @link http://goo.gl/yP5hiZ +/// +/// @example scss +/// .element { +/// @include clearfix; +/// } +/// +/// @example css +/// .element::after { +/// clear: both; +/// content: ""; +/// display: block; +/// } + +@mixin clearfix { + &::after { + clear: both; + content: ""; + display: block; + } +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/settings/_disable-warnings.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/settings/_disable-warnings.scss new file mode 100644 index 0000000..3f9b92a --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/settings/_disable-warnings.scss @@ -0,0 +1,13 @@ +@charset "UTF-8"; + +/// Disable all deprecation warnings. Defaults to `false`. Set with a `!global` flag. +/// +/// @type Bool + +$disable-warnings: false !default; + +@mixin -neat-warn($message) { + @if $disable-warnings == false { + @warn "#{$message}"; + } +} diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/settings/_grid.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/settings/_grid.scss new file mode 100644 index 0000000..c1ab7fd --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/settings/_grid.scss @@ -0,0 +1,51 @@ +@charset "UTF-8"; + +/// Sets the relative width of a single grid column. The unit used should be the same one used to define `$gutter`. Set with a `!global` flag. +/// +/// @type Number (Unit) + +$column: 4.2358em !default; + +/// Sets the relative width of a single grid gutter. The unit used should be the same one used to define `$column`. Set with the `!global` flag. +/// +/// @type Number (Unit) + +$gutter: 1.618em !default; + +/// Sets the total number of columns in the grid. Its value can be overridden inside a media query using the `media()` mixin. Set with the `!global` flag. +/// +/// @type Number (Unitless) + +$grid-columns: 12 !default; + +/// Sets the max-width property of the element that includes `outer-container()`. Set with the `!global` flag. +/// +/// @type Number (Unit) +/// +$max-width: 1200px !default; + +/// When set to true, it sets the box-sizing property of all elements to `border-box`. Set with a `!global` flag. +/// +/// @type Bool +/// +/// @example css - CSS Output +/// html { +/// box-sizing: border-box; } +/// +/// *, *::after, *::before { +/// box-sizing: inherit; +/// } + +$border-box-sizing: true !default; + +/// Sets the default [media feature](http://www.w3.org/TR/css3-mediaqueries/#media) that `media()` and `new-breakpoint()` revert to when only a breakpoint value is passed. Set with a `!global` flag. +/// +/// @type String + +$default-feature: min-width; // Default @media feature for the breakpoint() mixin + +///Sets the default layout direction of the grid. Can be `LTR` or `RTL`. Set with a `!global` flag. +/// +///@type String + +$default-layout-direction: LTR !default; diff --git a/debian/missing-sources/bourbon-neat/app/assets/stylesheets/settings/_visual-grid.scss b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/settings/_visual-grid.scss new file mode 100644 index 0000000..9cd1815 --- /dev/null +++ b/debian/missing-sources/bourbon-neat/app/assets/stylesheets/settings/_visual-grid.scss @@ -0,0 +1,27 @@ +@charset "UTF-8"; + +/// Displays the visual grid when set to true. The overlaid grid may be few pixels off depending on the browser's rendering engine and pixel rounding algorithm. Set with the `!global` flag. +/// +/// @type Bool + +$visual-grid: false !default; + +/// Sets the visual grid color. Set with `!global` flag. +/// +/// @type Color + +$visual-grid-color: #eee !default; + +/// Sets the `z-index` property of the visual grid. Can be `back` (behind content) or `front` (in front of content). Set with `!global` flag. +/// +/// @type String + +$visual-grid-index: back !default; + +/// Sets the opacity property of the visual grid. Set with `!global` flag. +/// +/// @type Number (unitless) + +$visual-grid-opacity: 0.4 !default; + +$visual-grid-breakpoints: () !default; diff --git a/debian/missing-sources/bourbon/CHANGELOG.md b/debian/missing-sources/bourbon/CHANGELOG.md new file mode 100644 index 0000000..ee17d53 --- /dev/null +++ b/debian/missing-sources/bourbon/CHANGELOG.md @@ -0,0 +1,47 @@ +# Change Log + +All notable changes to this project will be documented in this file. This +project adheres to [Semantic Versioning](http://semver.org). + +## 4.3.4 - 2017-04-01 + +### Changed + +- Updated deprecation warning message for `strip-units`. ([#1016]) + +[#1016]: https://github.com/thoughtbot/bourbon/pull/1016 + +## 4.3.3 - 2017-02-23 + +### Fixed + +- Internal Bourbon deprecation warnings for `is-size` and `is-length` will no + longer be thrown when using the `size` mixin. + +## 4.3.2 - 2017-02-10 + +### Fixed + +- Internal Bourbon deprecation warnings for `unpack` and `is-length` will no + longer be thrown when using the `position` mixin. ([#1004]) + +[#1004]: https://github.com/thoughtbot/bourbon/pull/1004 + +## 4.3.1 - 2017-02-07 + +### Fixed + +- Internal Bourbon deprecation warnings will no longer be thrown. ([#1002]) + +[#1002]: https://github.com/thoughtbot/bourbon/pull/1002 + +## 4.3.0 - 2017-02-03 + +### Added + +- Added deprecation warnings for features that will be removed in 5.0.0. Please + reference our [change log], which includes a list of these changes and + removals. ([#891]) + +[change log]: https://github.com/thoughtbot/bourbon/blob/master/CHANGELOG.md +[#891]: https://github.com/thoughtbot/bourbon/pull/891 diff --git a/debian/missing-sources/bourbon/LICENSE.md b/debian/missing-sources/bourbon/LICENSE.md new file mode 100644 index 0000000..ea5daef --- /dev/null +++ b/debian/missing-sources/bourbon/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright © 2011–2017 [thoughtbot, inc.](http://thoughtbot.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the “Software”), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/debian/missing-sources/bourbon/README.md b/debian/missing-sources/bourbon/README.md new file mode 100644 index 0000000..fd2b59f --- /dev/null +++ b/debian/missing-sources/bourbon/README.md @@ -0,0 +1,154 @@ +[![Bourbon](http://images.thoughtbot.com/bourbon/bourbon-logo.svg)](http://bourbon.io) + +[![GitHub release](https://img.shields.io/github/release/thoughtbot/bourbon.svg)](https://github.com/thoughtbot/bourbon/releases) +[![CircleCI branch](https://img.shields.io/circleci/project/thoughtbot/bourbon/master.svg)](https://circleci.com/gh/thoughtbot/bourbon/tree/master) + +## A simple and lightweight mixin library for Sass. + +Bourbon is a library of pure Sass mixins that are designed to be simple and easy to use. No configuration required. The mixins aim to be as vanilla as possible, meaning they should be as close to the original CSS syntax as possible. + +The mixins contain vendor specific prefixes for all CSS3 properties for support amongst modern browsers. The prefixes also ensure graceful degradation for older browsers that support only CSS3 prefixed properties. Bourbon uses SCSS syntax. + +- **[Documentation](http://bourbon.io/docs)** +- **[Changelog](https://github.com/thoughtbot/bourbon/releases)** +- **[Issues & Bugs](https://github.com/thoughtbot/bourbon/issues)** + +Follow the [@bourbonsass](https://twitter.com/bourbonsass) Twitter account +for updates. + +## Requirements + +- [Sass](https://github.com/sass/sass) 3.4+ or [LibSass](https://github.com/sass/libsass) 3.1+ + +## Installation + +For command line help, visit our wiki page on Bourbon’s [command line interface](https://github.com/thoughtbot/bourbon/wiki/Command-Line-Interface). + +1. Install the Bourbon gem using the [RubyGems](https://rubygems.org) package manager: + + ```bash + gem install bourbon + ``` + + Alternatively, you can install Bourbon with [Bower](http://bower.io). + +2. Install the Bourbon library into the current directory: + + ```bash + bourbon install + ``` + + **Pro Tip:** You can target installation into a specific directory using the `path` flag: + + ```bash + bourbon install --path my/custom/path/ + ``` + +3. Import Bourbon at the beginning of your stylesheet: + + ```scss + @import "bourbon/bourbon"; + ``` + + It’s not recommended to add or modify the Bourbon files so that you can update them easily. + +## Installation for Ruby on Rails 3.1+ + +1. Add Bourbon to your Gemfile: + + ```ruby + gem 'bourbon' + ``` + +2. Then run: + + ```bash + bundle install + ``` + +3. Restart your server and rename `application.css` to `application.scss`: + + ```bash + mv app/assets/stylesheets/application.css app/assets/stylesheets/application.scss + ``` + +4. Delete _all_ Sprockets directives in `application.scss` (`require`, `require_tree` and `require_self`) and use Sass’s native `@import` instead. ([why?](http://pivotallabs.com/structure-your-sass-files-with-import)) + +5. Import Bourbon at the beginning of `application.scss`. All additional stylesheets should be imported below Bourbon: + + ```scss + @import "bourbon"; + @import "home"; + @import "users"; + ``` + + [Help! I’m getting an undefined mixin error.](https://github.com/thoughtbot/bourbon/wiki/Rails-Help-%5C-Undefined-mixin) + +## Installing with npm and using a Node-based asset pipeline + +1. Add Bourbon as a dependency: + + ```bash + npm install --save bourbon + ``` + +2. If you’re using [Eyeglass](http://eyeglass.rocks), skip to Step 3. Otherwise, you’ll need to add Bourbon to your node-sass `includePaths` option. `require("bourbon").includePaths` is an array of directories that you should pass to node-sass. How you do this depends on how node-sass is integrated into your project. + +3. Import Bourbon into your Sass files: + + ```scss + @import "bourbon"; + ``` + +## Installing older versions of Bourbon + +1. Uninstall any Bourbon gem versions you already have: + + ```bash + gem uninstall bourbon + ``` + +2. Reinstall the Bourbon gem, using the `-v` flag to specify the version you need: + + ```bash + gem install bourbon -v 3.2.4 + ``` + +3. Follow the [instructions above](#installation) to install Bourbon into your project. + +## Browser support + +- Chrome 26+ +- Firefox 29+ +- Internet Explorer 9+ +- Opera 15+ +- Safari 6.1+ + +## The Bourbon family + +- [Bourbon](https://github.com/thoughtbot/bourbon): A simple and lightweight mixin library for Sass +- [Neat](https://github.com/thoughtbot/neat): A lightweight semantic grid framework for Sass and Bourbon +- [Bitters](https://github.com/thoughtbot/bitters): Scaffold styles, variables and structure for Bourbon projects +- [Refills](https://github.com/thoughtbot/refills): Prepackaged patterns and components built with Bourbon, Neat and Bitters + +Also check out [Proteus](https://github.com/thoughtbot/proteus), a collection of useful starter kits to help you prototype faster. Each kit comes with Bourbon, Neat and Bitters out-of-the-box. + +## License + +Copyright © 2011–2017 [thoughtbot, inc](http://thoughtbot.com). +Bourbon is free software, +and may be redistributed under the terms specified in the [license](LICENSE.md). + +## About thoughtbot + +[<img src="http://thoughtbot.github.io/images/signature.svg" width="250" alt="thoughtbot logo">][hire] + +Bourbon is maintained and funded by thoughtbot, inc. +The names and logos for thoughtbot are trademarks of thoughtbot, inc. + +We love open source software! +See [our other projects][community] or +[hire us][hire] to design, develop, and grow your product. + +[community]: https://thoughtbot.com/community?utm_source=github +[hire]: https://thoughtbot.com/hire-us?utm_source=github diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss new file mode 100644 index 0000000..f7c980d --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/_bourbon-deprecate.scss @@ -0,0 +1,19 @@ +@charset "UTF-8"; + +/// Throws Sass warnings to announce library deprecations. You can disable them +/// by setting the `$output-bourbon-deprecation-warnings` variable to `false`. +/// +/// @access private + +@mixin _bourbon-deprecate($feature, $message: null) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `#{$feature}` is deprecated and will be " + + "removed in 5.0.0. #{$message}"; + @content; + } +} + +@mixin _bourbon-deprecate-for-prefixing($feature) { + @include _bourbon-deprecate($feature, "We suggest using an automated " + + "prefixing tool, like Autoprefixer."); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss new file mode 100644 index 0000000..7b42421 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss @@ -0,0 +1,425 @@ +// The following features have been deprecated and will be removed in the next MAJOR version release + +@mixin inline-block { + @include _bourbon-deprecate("inline-block"); + + display: inline-block; +} + +@mixin button ($style: simple, $base-color: #4294f0, $text-size: inherit, $padding: 7px 18px) { + @include _bourbon-deprecate("button"); + + @if type-of($style) == string and type-of($base-color) == color { + @include buttonstyle($style, $base-color, $text-size, $padding); + } + + @if type-of($style) == string and type-of($base-color) == number { + $padding: $text-size; + $text-size: $base-color; + $base-color: #4294f0; + + @if $padding == inherit { + $padding: 7px 18px; + } + + @include buttonstyle($style, $base-color, $text-size, $padding); + } + + @if type-of($style) == color and type-of($base-color) == color { + $base-color: $style; + $style: simple; + @include buttonstyle($style, $base-color, $text-size, $padding); + } + + @if type-of($style) == color and type-of($base-color) == number { + $padding: $text-size; + $text-size: $base-color; + $base-color: $style; + $style: simple; + + @if $padding == inherit { + $padding: 7px 18px; + } + + @include buttonstyle($style, $base-color, $text-size, $padding); + } + + @if type-of($style) == number { + $padding: $base-color; + $text-size: $style; + $base-color: #4294f0; + $style: simple; + + @if $padding == #4294f0 { + $padding: 7px 18px; + } + + @include buttonstyle($style, $base-color, $text-size, $padding); + } + + &:disabled { + cursor: not-allowed; + opacity: 0.5; + } +} + +// Selector Style Button +@mixin buttonstyle($type, $b-color, $t-size, $pad) { + // Grayscale button + @if $type == simple and $b-color == grayscale($b-color) { + @include simple($b-color, true, $t-size, $pad); + } + + @if $type == shiny and $b-color == grayscale($b-color) { + @include shiny($b-color, true, $t-size, $pad); + } + + @if $type == pill and $b-color == grayscale($b-color) { + @include pill($b-color, true, $t-size, $pad); + } + + @if $type == flat and $b-color == grayscale($b-color) { + @include flat($b-color, true, $t-size, $pad); + } + + // Colored button + @if $type == simple { + @include simple($b-color, false, $t-size, $pad); + } + + @else if $type == shiny { + @include shiny($b-color, false, $t-size, $pad); + } + + @else if $type == pill { + @include pill($b-color, false, $t-size, $pad); + } + + @else if $type == flat { + @include flat($b-color, false, $t-size, $pad); + } +} + +// Simple Button +@mixin simple($base-color, $grayscale: false, $textsize: inherit, $padding: 7px 18px) { + $color: hsl(0, 0, 100%); + $border: adjust-color($base-color, $saturation: 9%, $lightness: -14%); + $inset-shadow: adjust-color($base-color, $saturation: -8%, $lightness: 15%); + $stop-gradient: adjust-color($base-color, $saturation: 9%, $lightness: -11%); + $text-shadow: adjust-color($base-color, $saturation: 15%, $lightness: -18%); + + @if is-light($base-color) { + $color: hsl(0, 0, 20%); + $text-shadow: adjust-color($base-color, $saturation: 10%, $lightness: 4%); + } + + @if $grayscale == true { + $border: grayscale($border); + $inset-shadow: grayscale($inset-shadow); + $stop-gradient: grayscale($stop-gradient); + $text-shadow: grayscale($text-shadow); + } + + border: 1px solid $border; + border-radius: 3px; + box-shadow: inset 0 1px 0 0 $inset-shadow; + color: $color; + display: inline-block; + font-size: $textsize; + font-weight: bold; + @include linear-gradient ($base-color, $stop-gradient); + padding: $padding; + text-decoration: none; + text-shadow: 0 1px 0 $text-shadow; + background-clip: padding-box; + + &:hover:not(:disabled) { + $base-color-hover: adjust-color($base-color, $saturation: -4%, $lightness: -5%); + $inset-shadow-hover: adjust-color($base-color, $saturation: -7%, $lightness: 5%); + $stop-gradient-hover: adjust-color($base-color, $saturation: 8%, $lightness: -14%); + + @if $grayscale == true { + $base-color-hover: grayscale($base-color-hover); + $inset-shadow-hover: grayscale($inset-shadow-hover); + $stop-gradient-hover: grayscale($stop-gradient-hover); + } + + @include linear-gradient ($base-color-hover, $stop-gradient-hover); + + box-shadow: inset 0 1px 0 0 $inset-shadow-hover; + cursor: pointer; + } + + &:active:not(:disabled), + &:focus:not(:disabled) { + $border-active: adjust-color($base-color, $saturation: 9%, $lightness: -14%); + $inset-shadow-active: adjust-color($base-color, $saturation: 7%, $lightness: -17%); + + @if $grayscale == true { + $border-active: grayscale($border-active); + $inset-shadow-active: grayscale($inset-shadow-active); + } + + border: 1px solid $border-active; + box-shadow: inset 0 0 8px 4px $inset-shadow-active, inset 0 0 8px 4px $inset-shadow-active; + } +} + +// Shiny Button +@mixin shiny($base-color, $grayscale: false, $textsize: inherit, $padding: 7px 18px) { + $color: hsl(0, 0, 100%); + $border: adjust-color($base-color, $red: -117, $green: -111, $blue: -81); + $border-bottom: adjust-color($base-color, $red: -126, $green: -127, $blue: -122); + $fourth-stop: adjust-color($base-color, $red: -79, $green: -70, $blue: -46); + $inset-shadow: adjust-color($base-color, $red: 37, $green: 29, $blue: 12); + $second-stop: adjust-color($base-color, $red: -56, $green: -50, $blue: -33); + $text-shadow: adjust-color($base-color, $red: -140, $green: -141, $blue: -114); + $third-stop: adjust-color($base-color, $red: -86, $green: -75, $blue: -48); + + @if is-light($base-color) { + $color: hsl(0, 0, 20%); + $text-shadow: adjust-color($base-color, $saturation: 10%, $lightness: 4%); + } + + @if $grayscale == true { + $border: grayscale($border); + $border-bottom: grayscale($border-bottom); + $fourth-stop: grayscale($fourth-stop); + $inset-shadow: grayscale($inset-shadow); + $second-stop: grayscale($second-stop); + $text-shadow: grayscale($text-shadow); + $third-stop: grayscale($third-stop); + } + + @include linear-gradient(top, $base-color 0%, $second-stop 50%, $third-stop 50%, $fourth-stop 100%); + + border: 1px solid $border; + border-bottom: 1px solid $border-bottom; + border-radius: 5px; + box-shadow: inset 0 1px 0 0 $inset-shadow; + color: $color; + display: inline-block; + font-size: $textsize; + font-weight: bold; + padding: $padding; + text-align: center; + text-decoration: none; + text-shadow: 0 -1px 1px $text-shadow; + + &:hover:not(:disabled) { + $first-stop-hover: adjust-color($base-color, $red: -13, $green: -15, $blue: -18); + $second-stop-hover: adjust-color($base-color, $red: -66, $green: -62, $blue: -51); + $third-stop-hover: adjust-color($base-color, $red: -93, $green: -85, $blue: -66); + $fourth-stop-hover: adjust-color($base-color, $red: -86, $green: -80, $blue: -63); + + @if $grayscale == true { + $first-stop-hover: grayscale($first-stop-hover); + $second-stop-hover: grayscale($second-stop-hover); + $third-stop-hover: grayscale($third-stop-hover); + $fourth-stop-hover: grayscale($fourth-stop-hover); + } + + @include linear-gradient(top, $first-stop-hover 0%, + $second-stop-hover 50%, + $third-stop-hover 50%, + $fourth-stop-hover 100%); + cursor: pointer; + } + + &:active:not(:disabled), + &:focus:not(:disabled) { + $inset-shadow-active: adjust-color($base-color, $red: -111, $green: -116, $blue: -122); + + @if $grayscale == true { + $inset-shadow-active: grayscale($inset-shadow-active); + } + + box-shadow: inset 0 0 20px 0 $inset-shadow-active; + } +} + +// Pill Button +@mixin pill($base-color, $grayscale: false, $textsize: inherit, $padding: 7px 18px) { + $color: hsl(0, 0, 100%); + $border-bottom: adjust-color($base-color, $hue: 8, $saturation: -11%, $lightness: -26%); + $border-sides: adjust-color($base-color, $hue: 4, $saturation: -21%, $lightness: -21%); + $border-top: adjust-color($base-color, $hue: -1, $saturation: -30%, $lightness: -15%); + $inset-shadow: adjust-color($base-color, $hue: -1, $saturation: -1%, $lightness: 7%); + $stop-gradient: adjust-color($base-color, $hue: 8, $saturation: 14%, $lightness: -10%); + $text-shadow: adjust-color($base-color, $hue: 5, $saturation: -19%, $lightness: -15%); + + @if is-light($base-color) { + $color: hsl(0, 0, 20%); + $text-shadow: adjust-color($base-color, $saturation: 10%, $lightness: 4%); + } + + @if $grayscale == true { + $border-bottom: grayscale($border-bottom); + $border-sides: grayscale($border-sides); + $border-top: grayscale($border-top); + $inset-shadow: grayscale($inset-shadow); + $stop-gradient: grayscale($stop-gradient); + $text-shadow: grayscale($text-shadow); + } + + border: 1px solid $border-top; + border-color: $border-top $border-sides $border-bottom; + border-radius: 16px; + box-shadow: inset 0 1px 0 0 $inset-shadow; + color: $color; + display: inline-block; + font-size: $textsize; + font-weight: normal; + line-height: 1; + @include linear-gradient ($base-color, $stop-gradient); + padding: $padding; + text-align: center; + text-decoration: none; + text-shadow: 0 -1px 1px $text-shadow; + background-clip: padding-box; + + &:hover:not(:disabled) { + $base-color-hover: adjust-color($base-color, $lightness: -4.5%); + $border-bottom: adjust-color($base-color, $hue: 8, $saturation: 13.5%, $lightness: -32%); + $border-sides: adjust-color($base-color, $hue: 4, $saturation: -2%, $lightness: -27%); + $border-top: adjust-color($base-color, $hue: -1, $saturation: -17%, $lightness: -21%); + $inset-shadow-hover: adjust-color($base-color, $saturation: -1%, $lightness: 3%); + $stop-gradient-hover: adjust-color($base-color, $hue: 8, $saturation: -4%, $lightness: -15.5%); + $text-shadow-hover: adjust-color($base-color, $hue: 5, $saturation: -5%, $lightness: -22%); + + @if $grayscale == true { + $base-color-hover: grayscale($base-color-hover); + $border-bottom: grayscale($border-bottom); + $border-sides: grayscale($border-sides); + $border-top: grayscale($border-top); + $inset-shadow-hover: grayscale($inset-shadow-hover); + $stop-gradient-hover: grayscale($stop-gradient-hover); + $text-shadow-hover: grayscale($text-shadow-hover); + } + + @include linear-gradient ($base-color-hover, $stop-gradient-hover); + + background-clip: padding-box; + border: 1px solid $border-top; + border-color: $border-top $border-sides $border-bottom; + box-shadow: inset 0 1px 0 0 $inset-shadow-hover; + cursor: pointer; + text-shadow: 0 -1px 1px $text-shadow-hover; + } + + &:active:not(:disabled), + &:focus:not(:disabled) { + $active-color: adjust-color($base-color, $hue: 4, $saturation: -12%, $lightness: -10%); + $border-active: adjust-color($base-color, $hue: 6, $saturation: -2.5%, $lightness: -30%); + $border-bottom-active: adjust-color($base-color, $hue: 11, $saturation: 6%, $lightness: -31%); + $inset-shadow-active: adjust-color($base-color, $hue: 9, $saturation: 2%, $lightness: -21.5%); + $text-shadow-active: adjust-color($base-color, $hue: 5, $saturation: -12%, $lightness: -21.5%); + + @if $grayscale == true { + $active-color: grayscale($active-color); + $border-active: grayscale($border-active); + $border-bottom-active: grayscale($border-bottom-active); + $inset-shadow-active: grayscale($inset-shadow-active); + $text-shadow-active: grayscale($text-shadow-active); + } + + background: $active-color; + border: 1px solid $border-active; + border-bottom: 1px solid $border-bottom-active; + box-shadow: inset 0 0 6px 3px $inset-shadow-active; + text-shadow: 0 -1px 1px $text-shadow-active; + } +} + +// Flat Button +@mixin flat($base-color, $grayscale: false, $textsize: inherit, $padding: 7px 18px) { + $color: hsl(0, 0, 100%); + + @if is-light($base-color) { + $color: hsl(0, 0, 20%); + } + + background-color: $base-color; + border-radius: 3px; + border: 0; + color: $color; + display: inline-block; + font-size: $textsize; + font-weight: bold; + padding: $padding; + text-decoration: none; + background-clip: padding-box; + + &:hover:not(:disabled){ + $base-color-hover: adjust-color($base-color, $saturation: 4%, $lightness: 5%); + + @if $grayscale == true { + $base-color-hover: grayscale($base-color-hover); + } + + background-color: $base-color-hover; + cursor: pointer; + } + + &:active:not(:disabled), + &:focus:not(:disabled) { + $base-color-active: adjust-color($base-color, $saturation: -4%, $lightness: -5%); + + @if $grayscale == true { + $base-color-active: grayscale($base-color-active); + } + + background-color: $base-color-active; + cursor: pointer; + } +} + +// Flexible grid +@function flex-grid($columns, $container-columns: $fg-max-columns) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `flex-grid` is deprecated and will be " + + "removed in 5.0.0. For grid functions, check out Bourbon's sister library" + + "Neat."; + } + + $width: $columns * $fg-column + ($columns - 1) * $fg-gutter; + $container-width: $container-columns * $fg-column + ($container-columns - 1) * $fg-gutter; + @return percentage($width / $container-width); +} + +// Flexible gutter +@function flex-gutter($container-columns: $fg-max-columns, $gutter: $fg-gutter) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `flex-gutter` is deprecated and will be " + + "removed in 5.0.0. For grid functions, check out Bourbon's sister library" + + "Neat."; + } + + $container-width: $container-columns * $fg-column + ($container-columns - 1) * $fg-gutter; + @return percentage($gutter / $container-width); +} + +@function grid-width($n) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `grid-width` is deprecated and will be " + + "removed in 5.0.0. For grid functions, check out Bourbon's sister library" + + "Neat."; + } + + @return $n * $gw-column + ($n - 1) * $gw-gutter; +} + +@function golden-ratio($value, $increment) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `golden-ratio` is deprecated and will be " + + "removed in 5.0.0. You can use the `modular-scale` function instead."; + } + + @return modular-scale($increment, $value, $ratio: $golden); +} + +@mixin box-sizing($box) { + @include _bourbon-deprecate-for-prefixing("box-sizing"); + + @include prefixer(box-sizing, $box, webkit moz spec); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/_bourbon.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/_bourbon.scss new file mode 100644 index 0000000..0e5f646 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/_bourbon.scss @@ -0,0 +1,90 @@ +// Bourbon 4.3.4 +// http://bourbon.io +// Copyright 2011-2017 thoughtbot, inc. +// MIT License + +@import "settings/deprecation-warnings"; +@import "settings/prefixer"; +@import "settings/px-to-em"; +@import "settings/asset-pipeline"; + +@import "bourbon-deprecate"; + +@import "functions/assign-inputs"; +@import "functions/contains"; +@import "functions/contains-falsy"; +@import "functions/is-length"; +@import "functions/is-light"; +@import "functions/is-number"; +@import "functions/is-size"; +@import "functions/px-to-em"; +@import "functions/px-to-rem"; +@import "functions/shade"; +@import "functions/strip-units"; +@import "functions/tint"; +@import "functions/transition-property-name"; +@import "functions/unpack"; +@import "functions/modular-scale"; + +@import "helpers/convert-units"; +@import "helpers/directional-values"; +@import "helpers/font-source-declaration"; +@import "helpers/gradient-positions-parser"; +@import "helpers/linear-angle-parser"; +@import "helpers/linear-gradient-parser"; +@import "helpers/linear-positions-parser"; +@import "helpers/linear-side-corner-parser"; +@import "helpers/radial-arg-parser"; +@import "helpers/radial-positions-parser"; +@import "helpers/radial-gradient-parser"; +@import "helpers/render-gradients"; +@import "helpers/shape-size-stripper"; +@import "helpers/str-to-num"; + +@import "css3/animation"; +@import "css3/appearance"; +@import "css3/backface-visibility"; +@import "css3/background"; +@import "css3/background-image"; +@import "css3/border-image"; +@import "css3/calc"; +@import "css3/columns"; +@import "css3/filter"; +@import "css3/flex-box"; +@import "css3/font-face"; +@import "css3/font-feature-settings"; +@import "css3/hidpi-media-query"; +@import "css3/hyphens"; +@import "css3/image-rendering"; +@import "css3/keyframes"; +@import "css3/linear-gradient"; +@import "css3/perspective"; +@import "css3/placeholder"; +@import "css3/radial-gradient"; +@import "css3/selection"; +@import "css3/text-decoration"; +@import "css3/transform"; +@import "css3/transition"; +@import "css3/user-select"; + +@import "addons/border-color"; +@import "addons/border-radius"; +@import "addons/border-style"; +@import "addons/border-width"; +@import "addons/buttons"; +@import "addons/clearfix"; +@import "addons/ellipsis"; +@import "addons/font-stacks"; +@import "addons/hide-text"; +@import "addons/margin"; +@import "addons/padding"; +@import "addons/position"; +@import "addons/prefixer"; +@import "addons/retina-image"; +@import "addons/size"; +@import "addons/text-inputs"; +@import "addons/timing-functions"; +@import "addons/triangle"; +@import "addons/word-wrap"; + +@import "bourbon-deprecated-upcoming"; diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_border-color.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_border-color.scss new file mode 100644 index 0000000..84624e8 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_border-color.scss @@ -0,0 +1,29 @@ +@charset "UTF-8"; + +/// Provides a quick method for targeting `border-color` on specific sides of a box. Use a `null` value to “skip” a side. +/// +/// @param {Arglist} $vals +/// List of arguments +/// +/// @example scss - Usage +/// .element { +/// @include border-color(#a60b55 #76cd9c null #e8ae1a); +/// } +/// +/// @example css - CSS Output +/// .element { +/// border-left-color: #e8ae1a; +/// border-right-color: #76cd9c; +/// border-top-color: #a60b55; +/// } +/// +/// @require {mixin} directional-property +/// +/// @output `border-color` + +@mixin border-color($vals...) { + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + @include directional-property(border, color, $vals...); + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_border-radius.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_border-radius.scss new file mode 100644 index 0000000..1f65863 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_border-radius.scss @@ -0,0 +1,48 @@ +@charset "UTF-8"; + +/// Provides a quick method for targeting `border-radius` on both corners on the side of a box. +/// +/// @param {Number} $radii +/// List of arguments +/// +/// @example scss - Usage +/// .element-one { +/// @include border-top-radius(5px); +/// } +/// +/// .element-two { +/// @include border-left-radius(3px); +/// } +/// +/// @example css - CSS Output +/// .element-one { +/// border-top-left-radius: 5px; +/// border-top-right-radius: 5px; +/// } +/// +/// .element-two { +/// border-bottom-left-radius: 3px; +/// border-top-left-radius: 3px; +/// } +/// +/// @output `border-radius` + +@mixin border-top-radius($radii) { + border-top-left-radius: $radii; + border-top-right-radius: $radii; +} + +@mixin border-right-radius($radii) { + border-bottom-right-radius: $radii; + border-top-right-radius: $radii; +} + +@mixin border-bottom-radius($radii) { + border-bottom-left-radius: $radii; + border-bottom-right-radius: $radii; +} + +@mixin border-left-radius($radii) { + border-bottom-left-radius: $radii; + border-top-left-radius: $radii; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_border-style.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_border-style.scss new file mode 100644 index 0000000..b3299cd --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_border-style.scss @@ -0,0 +1,28 @@ +@charset "UTF-8"; + +/// Provides a quick method for targeting `border-style` on specific sides of a box. Use a `null` value to “skip” a side. +/// +/// @param {Arglist} $vals +/// List of arguments +/// +/// @example scss - Usage +/// .element { +/// @include border-style(dashed null solid); +/// } +/// +/// @example css - CSS Output +/// .element { +/// border-bottom-style: solid; +/// border-top-style: dashed; +/// } +/// +/// @require {mixin} directional-property +/// +/// @output `border-style` + +@mixin border-style($vals...) { + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + @include directional-property(border, style, $vals...); + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_border-width.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_border-width.scss new file mode 100644 index 0000000..6ff32b5 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_border-width.scss @@ -0,0 +1,28 @@ +@charset "UTF-8"; + +/// Provides a quick method for targeting `border-width` on specific sides of a box. Use a `null` value to “skip” a side. +/// +/// @param {Arglist} $vals +/// List of arguments +/// +/// @example scss - Usage +/// .element { +/// @include border-width(1em null 20px); +/// } +/// +/// @example css - CSS Output +/// .element { +/// border-bottom-width: 20px; +/// border-top-width: 1em; +/// } +/// +/// @require {mixin} directional-property +/// +/// @output `border-width` + +@mixin border-width($vals...) { + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + @include directional-property(border, width, $vals...); + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_buttons.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_buttons.scss new file mode 100644 index 0000000..53728be --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_buttons.scss @@ -0,0 +1,69 @@ +@charset "UTF-8"; + +/// Generates variables for all buttons. Please note that you must use interpolation on the variable: `#{$all-buttons}`. +/// +/// @example scss - Usage +/// #{$all-buttons} { +/// background-color: #f00; +/// } +/// +/// #{$all-buttons-focus}, +/// #{$all-buttons-hover} { +/// background-color: #0f0; +/// } +/// +/// #{$all-buttons-active} { +/// background-color: #00f; +/// } +/// +/// @example css - CSS Output +/// button, +/// input[type="button"], +/// input[type="reset"], +/// input[type="submit"] { +/// background-color: #f00; +/// } +/// +/// button:focus, +/// input[type="button"]:focus, +/// input[type="reset"]:focus, +/// input[type="submit"]:focus, +/// button:hover, +/// input[type="button"]:hover, +/// input[type="reset"]:hover, +/// input[type="submit"]:hover { +/// background-color: #0f0; +/// } +/// +/// button:active, +/// input[type="button"]:active, +/// input[type="reset"]:active, +/// input[type="submit"]:active { +/// background-color: #00f; +/// } +/// +/// @require assign-inputs +/// +/// @type List +/// +/// @todo Remove double assigned variables (Lines 59–62) in v5.0.0 + +$buttons-list: 'button', + 'input[type="button"]', + 'input[type="reset"]', + 'input[type="submit"]'; + +$user-output-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; +$output-bourbon-deprecation-warnings: false; + +$all-buttons: assign-inputs($buttons-list); +$all-buttons-active: assign-inputs($buttons-list, active); +$all-buttons-focus: assign-inputs($buttons-list, focus); +$all-buttons-hover: assign-inputs($buttons-list, hover); + +$output-bourbon-deprecation-warnings: $user-output-deprecation-warnings-setting; + +$all-button-inputs: $all-buttons; +$all-button-inputs-active: $all-buttons-active; +$all-button-inputs-focus: $all-buttons-focus; +$all-button-inputs-hover: $all-buttons-hover; diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_clearfix.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_clearfix.scss new file mode 100644 index 0000000..11313d6 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_clearfix.scss @@ -0,0 +1,25 @@ +@charset "UTF-8"; + +/// Provides an easy way to include a clearfix for containing floats. +/// +/// @link http://cssmojo.com/latest_new_clearfix_so_far/ +/// +/// @example scss - Usage +/// .element { +/// @include clearfix; +/// } +/// +/// @example css - CSS Output +/// .element::after { +/// clear: both; +/// content: ""; +/// display: table; +/// } + +@mixin clearfix { + &::after { + clear: both; + content: ""; + display: table; + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_ellipsis.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_ellipsis.scss new file mode 100644 index 0000000..a367f65 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_ellipsis.scss @@ -0,0 +1,30 @@ +@charset "UTF-8"; + +/// Truncates text and adds an ellipsis to represent overflow. +/// +/// @param {Number} $width [100%] +/// Max-width for the string to respect before being truncated +/// +/// @example scss - Usage +/// .element { +/// @include ellipsis; +/// } +/// +/// @example css - CSS Output +/// .element { +/// display: inline-block; +/// max-width: 100%; +/// overflow: hidden; +/// text-overflow: ellipsis; +/// white-space: nowrap; +/// word-wrap: normal; +/// } + +@mixin ellipsis($width: 100%) { + display: inline-block; + max-width: $width; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + word-wrap: normal; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_font-stacks.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_font-stacks.scss new file mode 100644 index 0000000..57128f4 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_font-stacks.scss @@ -0,0 +1,31 @@ +@charset "UTF-8"; + +/// Georgia font stack. +/// +/// @type List + +$georgia: "Georgia", "Cambria", "Times New Roman", "Times", serif; + +/// Helvetica font stack. +/// +/// @type List + +$helvetica: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; + +/// Lucida Grande font stack. +/// +/// @type List + +$lucida-grande: "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif; + +/// Monospace font stack. +/// +/// @type List + +$monospace: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace; + +/// Verdana font stack. +/// +/// @type List + +$verdana: "Verdana", "Geneva", sans-serif; diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_hide-text.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_hide-text.scss new file mode 100644 index 0000000..4caf20e --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_hide-text.scss @@ -0,0 +1,27 @@ +/// Hides the text in an element, commonly used to show an image. Some elements will need block-level styles applied. +/// +/// @link http://zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement +/// +/// @example scss - Usage +/// .element { +/// @include hide-text; +/// } +/// +/// @example css - CSS Output +/// .element { +/// overflow: hidden; +/// text-indent: 101%; +/// white-space: nowrap; +/// } +/// +/// @todo Remove height argument in v5.0.0 + +@mixin hide-text($height: null) { + overflow: hidden; + text-indent: 101%; + white-space: nowrap; + + @if $height { + @warn "The `hide-text` mixin has changed and no longer requires a height. The height argument will no longer be accepted in v5.0.0"; + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_margin.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_margin.scss new file mode 100644 index 0000000..849ded2 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_margin.scss @@ -0,0 +1,29 @@ +@charset "UTF-8"; + +/// Provides a quick method for targeting `margin` on specific sides of a box. Use a `null` value to “skip” a side. +/// +/// @param {Arglist} $vals +/// List of arguments +/// +/// @example scss - Usage +/// .element { +/// @include margin(null 10px 3em 20vh); +/// } +/// +/// @example css - CSS Output +/// .element { +/// margin-bottom: 3em; +/// margin-left: 20vh; +/// margin-right: 10px; +/// } +/// +/// @require {mixin} directional-property +/// +/// @output `margin` + +@mixin margin($vals...) { + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + @include directional-property(margin, false, $vals...); + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_padding.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_padding.scss new file mode 100644 index 0000000..508f85d --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_padding.scss @@ -0,0 +1,29 @@ +@charset "UTF-8"; + +/// Provides a quick method for targeting `padding` on specific sides of a box. Use a `null` value to “skip” a side. +/// +/// @param {Arglist} $vals +/// List of arguments +/// +/// @example scss - Usage +/// .element { +/// @include padding(12vh null 10px 5%); +/// } +/// +/// @example css - CSS Output +/// .element { +/// padding-bottom: 10px; +/// padding-left: 5%; +/// padding-top: 12vh; +/// } +/// +/// @require {mixin} directional-property +/// +/// @output `padding` + +@mixin padding($vals...) { + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + @include directional-property(padding, false, $vals...); + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_position.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_position.scss new file mode 100644 index 0000000..000abc2 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_position.scss @@ -0,0 +1,51 @@ +@charset "UTF-8"; + +/// Provides a quick method for setting an element’s position. Use a `null` value to “skip” a side. +/// +/// @param {Position} $position [relative] +/// A CSS position value +/// +/// @param {Arglist} $coordinates [null null null null] +/// List of values that correspond to the 4-value syntax for the edges of a box +/// +/// @example scss - Usage +/// .element { +/// @include position(absolute, 0 null null 10em); +/// } +/// +/// @example css - CSS Output +/// .element { +/// left: 10em; +/// position: absolute; +/// top: 0; +/// } +/// +/// @require {function} is-length +/// @require {function} unpack + +@mixin position($position: relative, $coordinates: null null null null) { + @if type-of($position) == list { + $coordinates: $position; + $position: relative; + } + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + $coordinates: unpack($coordinates); + + $offsets: ( + top: nth($coordinates, 1), + right: nth($coordinates, 2), + bottom: nth($coordinates, 3), + left: nth($coordinates, 4) + ); + + position: $position; + + @each $offset, $value in $offsets { + @if is-length($value) { + #{$offset}: $value; + } + } + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_prefixer.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_prefixer.scss new file mode 100644 index 0000000..2b6f731 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_prefixer.scss @@ -0,0 +1,66 @@ +@charset "UTF-8"; + +/// A mixin for generating vendor prefixes on non-standardized properties. +/// +/// @param {String} $property +/// Property to prefix +/// +/// @param {*} $value +/// Value to use +/// +/// @param {List} $prefixes +/// Prefixes to define +/// +/// @example scss - Usage +/// .element { +/// @include prefixer(border-radius, 10px, webkit ms spec); +/// } +/// +/// @example css - CSS Output +/// .element { +/// -webkit-border-radius: 10px; +/// -moz-border-radius: 10px; +/// border-radius: 10px; +/// } +/// +/// @require {variable} $prefix-for-webkit +/// @require {variable} $prefix-for-mozilla +/// @require {variable} $prefix-for-microsoft +/// @require {variable} $prefix-for-opera +/// @require {variable} $prefix-for-spec + +@mixin prefixer($property, $value, $prefixes) { + @each $prefix in $prefixes { + @if $prefix == webkit { + @if $prefix-for-webkit { + -webkit-#{$property}: $value; + } + } @else if $prefix == moz { + @if $prefix-for-mozilla { + -moz-#{$property}: $value; + } + } @else if $prefix == ms { + @if $prefix-for-microsoft { + -ms-#{$property}: $value; + } + } @else if $prefix == o { + @if $prefix-for-opera { + -o-#{$property}: $value; + } + } @else if $prefix == spec { + @if $prefix-for-spec { + #{$property}: $value; + } + } @else { + @warn "Unrecognized prefix: #{$prefix}"; + } + } +} + +@mixin disable-prefix-for-all() { + $prefix-for-webkit: false !global; + $prefix-for-mozilla: false !global; + $prefix-for-microsoft: false !global; + $prefix-for-opera: false !global; + $prefix-for-spec: false !global; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_retina-image.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_retina-image.scss new file mode 100644 index 0000000..ea659ee --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_retina-image.scss @@ -0,0 +1,27 @@ +@mixin retina-image($filename, $background-size, $extension: png, $retina-filename: null, $retina-suffix: _2x, $asset-pipeline: $asset-pipeline) { + @include _bourbon-deprecate("retina-image"); + + @if $asset-pipeline { + background-image: image-url("#{$filename}.#{$extension}"); + } @else { + background-image: url("#{$filename}.#{$extension}"); + } + + @include hidpi { + @if $asset-pipeline { + @if $retina-filename { + background-image: image-url("#{$retina-filename}.#{$extension}"); + } @else { + background-image: image-url("#{$filename}#{$retina-suffix}.#{$extension}"); + } + } @else { + @if $retina-filename { + background-image: url("#{$retina-filename}.#{$extension}"); + } @else { + background-image: url("#{$filename}#{$retina-suffix}.#{$extension}"); + } + } + + background-size: $background-size; + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_size.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_size.scss new file mode 100644 index 0000000..0ee0e93 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_size.scss @@ -0,0 +1,56 @@ +@charset "UTF-8"; + +/// Sets the `width` and `height` of the element. +/// +/// @param {List} $size +/// A list of at most 2 size values. +/// +/// If there is only a single value in `$size` it is used for both width and height. All units are supported. +/// +/// @example scss - Usage +/// .first-element { +/// @include size(2em); +/// } +/// +/// .second-element { +/// @include size(auto 10em); +/// } +/// +/// @example css - CSS Output +/// .first-element { +/// width: 2em; +/// height: 2em; +/// } +/// +/// .second-element { +/// width: auto; +/// height: 10em; +/// } +/// +/// @todo Refactor in 5.0.0 to use a comma-separated argument + +@mixin size($value) { + $width: nth($value, 1); + $height: $width; + + @if length($value) > 1 { + $height: nth($value, 2); + } + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + @if is-size($height) { + height: $height; + } @else { + @warn "`#{$height}` is not a valid length for the `$height` parameter in the `size` mixin."; + } + + @if is-size($width) { + width: $width; + } @else { + @warn "`#{$width}` is not a valid length for the `$width` parameter in the `size` mixin."; + } + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_text-inputs.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_text-inputs.scss new file mode 100644 index 0000000..07048ae --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_text-inputs.scss @@ -0,0 +1,118 @@ +@charset "UTF-8"; + +/// Generates variables for all text-based inputs. Please note that you must use interpolation on the variable: `#{$all-text-inputs}`. +/// +/// @example scss - Usage +/// #{$all-text-inputs} { +/// border: 1px solid #f00; +/// } +/// +/// #{$all-text-inputs-focus}, +/// #{$all-text-inputs-hover} { +/// border: 1px solid #0f0; +/// } +/// +/// #{$all-text-inputs-active} { +/// border: 1px solid #00f; +/// } +/// +/// @example css - CSS Output +/// input[type="color"], +/// input[type="date"], +/// input[type="datetime"], +/// input[type="datetime-local"], +/// input[type="email"], +/// input[type="month"], +/// input[type="number"], +/// input[type="password"], +/// input[type="search"], +/// input[type="tel"], +/// input[type="text"], +/// input[type="time"], +/// input[type="url"], +/// input[type="week"], +/// textarea { +/// border: 1px solid #f00; +/// } +/// +/// input[type="color"]:focus, +/// input[type="date"]:focus, +/// input[type="datetime"]:focus, +/// input[type="datetime-local"]:focus, +/// input[type="email"]:focus, +/// input[type="month"]:focus, +/// input[type="number"]:focus, +/// input[type="password"]:focus, +/// input[type="search"]:focus, +/// input[type="tel"]:focus, +/// input[type="text"]:focus, +/// input[type="time"]:focus, +/// input[type="url"]:focus, +/// input[type="week"]:focus, +/// textarea:focus, +/// input[type="color"]:hover, +/// input[type="date"]:hover, +/// input[type="datetime"]:hover, +/// input[type="datetime-local"]:hover, +/// input[type="email"]:hover, +/// input[type="month"]:hover, +/// input[type="number"]:hover, +/// input[type="password"]:hover, +/// input[type="search"]:hover, +/// input[type="tel"]:hover, +/// input[type="text"]:hover, +/// input[type="time"]:hover, +/// input[type="url"]:hover, +/// input[type="week"]:hover, +/// textarea:hover { +/// border: 1px solid #0f0; +/// } +/// +/// input[type="color"]:active, +/// input[type="date"]:active, +/// input[type="datetime"]:active, +/// input[type="datetime-local"]:active, +/// input[type="email"]:active, +/// input[type="month"]:active, +/// input[type="number"]:active, +/// input[type="password"]:active, +/// input[type="search"]:active, +/// input[type="tel"]:active, +/// input[type="text"]:active, +/// input[type="time"]:active, +/// input[type="url"]:active, +/// input[type="week"]:active, +/// textarea:active { +/// border: 1px solid #00f; +/// } +/// +/// @require assign-inputs +/// +/// @type List + +$text-inputs-list: 'input[type="color"]', + 'input[type="date"]', + 'input[type="datetime"]', + 'input[type="datetime-local"]', + 'input[type="email"]', + 'input[type="month"]', + 'input[type="number"]', + 'input[type="password"]', + 'input[type="search"]', + 'input[type="tel"]', + 'input[type="text"]', + 'input[type="time"]', + 'input[type="url"]', + 'input[type="week"]', + 'input:not([type])', + 'textarea'; + +$user-output-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; +$output-bourbon-deprecation-warnings: false; + +$all-text-inputs: assign-inputs($text-inputs-list); +$all-text-inputs-active: assign-inputs($text-inputs-list, active); +$all-text-inputs-focus: assign-inputs($text-inputs-list, focus); +$all-text-inputs-hover: assign-inputs($text-inputs-list, hover); + +$output-bourbon-deprecation-warnings: $user-output-deprecation-warnings-setting; diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_timing-functions.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_timing-functions.scss new file mode 100644 index 0000000..20e5f1d --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_timing-functions.scss @@ -0,0 +1,34 @@ +@charset "UTF-8"; + +/// CSS cubic-bezier timing functions. Timing functions courtesy of jquery.easie (github.com/jaukia/easie) +/// +/// Timing functions are the same as demoed here: http://jqueryui.com/resources/demos/effect/easing.html +/// +/// @type cubic-bezier + +$ease-in-quad: cubic-bezier(0.550, 0.085, 0.680, 0.530); +$ease-in-cubic: cubic-bezier(0.550, 0.055, 0.675, 0.190); +$ease-in-quart: cubic-bezier(0.895, 0.030, 0.685, 0.220); +$ease-in-quint: cubic-bezier(0.755, 0.050, 0.855, 0.060); +$ease-in-sine: cubic-bezier(0.470, 0.000, 0.745, 0.715); +$ease-in-expo: cubic-bezier(0.950, 0.050, 0.795, 0.035); +$ease-in-circ: cubic-bezier(0.600, 0.040, 0.980, 0.335); +$ease-in-back: cubic-bezier(0.600, -0.280, 0.735, 0.045); + +$ease-out-quad: cubic-bezier(0.250, 0.460, 0.450, 0.940); +$ease-out-cubic: cubic-bezier(0.215, 0.610, 0.355, 1.000); +$ease-out-quart: cubic-bezier(0.165, 0.840, 0.440, 1.000); +$ease-out-quint: cubic-bezier(0.230, 1.000, 0.320, 1.000); +$ease-out-sine: cubic-bezier(0.390, 0.575, 0.565, 1.000); +$ease-out-expo: cubic-bezier(0.190, 1.000, 0.220, 1.000); +$ease-out-circ: cubic-bezier(0.075, 0.820, 0.165, 1.000); +$ease-out-back: cubic-bezier(0.175, 0.885, 0.320, 1.275); + +$ease-in-out-quad: cubic-bezier(0.455, 0.030, 0.515, 0.955); +$ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1.000); +$ease-in-out-quart: cubic-bezier(0.770, 0.000, 0.175, 1.000); +$ease-in-out-quint: cubic-bezier(0.860, 0.000, 0.070, 1.000); +$ease-in-out-sine: cubic-bezier(0.445, 0.050, 0.550, 0.950); +$ease-in-out-expo: cubic-bezier(1.000, 0.000, 0.000, 1.000); +$ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.150, 0.860); +$ease-in-out-back: cubic-bezier(0.680, -0.550, 0.265, 1.550); diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_triangle.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_triangle.scss new file mode 100644 index 0000000..8a1ed9c --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_triangle.scss @@ -0,0 +1,63 @@ +@mixin triangle($size, $color, $direction) { + $width: nth($size, 1); + $height: nth($size, length($size)); + $foreground-color: nth($color, 1); + $background-color: if(length($color) == 2, nth($color, 2), transparent); + height: 0; + width: 0; + + @if ($direction == up) or ($direction == down) or ($direction == right) or ($direction == left) { + $width: $width / 2; + $height: if(length($size) > 1, $height, $height/2); + + @if $direction == up { + border-bottom: $height solid $foreground-color; + border-left: $width solid $background-color; + border-right: $width solid $background-color; + } @else if $direction == right { + border-bottom: $width solid $background-color; + border-left: $height solid $foreground-color; + border-top: $width solid $background-color; + } @else if $direction == down { + border-left: $width solid $background-color; + border-right: $width solid $background-color; + border-top: $height solid $foreground-color; + } @else if $direction == left { + border-bottom: $width solid $background-color; + border-right: $height solid $foreground-color; + border-top: $width solid $background-color; + } + } @else if ($direction == up-right) or ($direction == up-left) { + border-top: $height solid $foreground-color; + + @if $direction == up-right { + border-left: $width solid $background-color; + } @else if $direction == up-left { + border-right: $width solid $background-color; + } + } @else if ($direction == down-right) or ($direction == down-left) { + border-bottom: $height solid $foreground-color; + + @if $direction == down-right { + border-left: $width solid $background-color; + } @else if $direction == down-left { + border-right: $width solid $background-color; + } + } @else if ($direction == inset-up) { + border-color: $background-color $background-color $foreground-color; + border-style: solid; + border-width: $height $width; + } @else if ($direction == inset-down) { + border-color: $foreground-color $background-color $background-color; + border-style: solid; + border-width: $height $width; + } @else if ($direction == inset-right) { + border-color: $background-color $background-color $background-color $foreground-color; + border-style: solid; + border-width: $width $height; + } @else if ($direction == inset-left) { + border-color: $background-color $foreground-color $background-color $background-color; + border-style: solid; + border-width: $width $height; + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_word-wrap.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_word-wrap.scss new file mode 100644 index 0000000..64856a9 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/addons/_word-wrap.scss @@ -0,0 +1,29 @@ +@charset "UTF-8"; + +/// Provides an easy way to change the `word-wrap` property. +/// +/// @param {String} $wrap [break-word] +/// Value for the `word-break` property. +/// +/// @example scss - Usage +/// .wrapper { +/// @include word-wrap(break-word); +/// } +/// +/// @example css - CSS Output +/// .wrapper { +/// overflow-wrap: break-word; +/// word-break: break-all; +/// word-wrap: break-word; +/// } + +@mixin word-wrap($wrap: break-word) { + overflow-wrap: $wrap; + word-wrap: $wrap; + + @if $wrap == break-word { + word-break: break-all; + } @else { + word-break: $wrap; + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_animation.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_animation.scss new file mode 100644 index 0000000..87c3c59 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_animation.scss @@ -0,0 +1,61 @@ +// http://www.w3.org/TR/css3-animations/#the-animation-name-property- +// Each of these mixins support comma separated lists of values, which allows different transitions for individual properties to be described in a single style rule. Each value in the list corresponds to the value at that same position in the other properties. + +@mixin animation($animations...) { + @include _bourbon-deprecate-for-prefixing("animation"); + + @include prefixer(animation, $animations, webkit moz spec); +} + +@mixin animation-name($names...) { + @include _bourbon-deprecate-for-prefixing("animation-name"); + + @include prefixer(animation-name, $names, webkit moz spec); +} + +@mixin animation-duration($times...) { + @include _bourbon-deprecate-for-prefixing("animation-duration"); + + @include prefixer(animation-duration, $times, webkit moz spec); +} + +@mixin animation-timing-function($motions...) { + @include _bourbon-deprecate-for-prefixing("animation-timing-function"); + + // ease | linear | ease-in | ease-out | ease-in-out + @include prefixer(animation-timing-function, $motions, webkit moz spec); +} + +@mixin animation-iteration-count($values...) { + @include _bourbon-deprecate-for-prefixing("animation-iteration-count"); + + // infinite | <number> + @include prefixer(animation-iteration-count, $values, webkit moz spec); +} + +@mixin animation-direction($directions...) { + @include _bourbon-deprecate-for-prefixing("animation-direction"); + + // normal | alternate + @include prefixer(animation-direction, $directions, webkit moz spec); +} + +@mixin animation-play-state($states...) { + @include _bourbon-deprecate-for-prefixing("animation-play-state"); + + // running | paused + @include prefixer(animation-play-state, $states, webkit moz spec); +} + +@mixin animation-delay($times...) { + @include _bourbon-deprecate-for-prefixing("animation-delay"); + + @include prefixer(animation-delay, $times, webkit moz spec); +} + +@mixin animation-fill-mode($modes...) { + @include _bourbon-deprecate-for-prefixing("animation-fill-mode"); + + // none | forwards | backwards | both + @include prefixer(animation-fill-mode, $modes, webkit moz spec); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_appearance.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_appearance.scss new file mode 100644 index 0000000..4a60052 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_appearance.scss @@ -0,0 +1,5 @@ +@mixin appearance($value) { + @include _bourbon-deprecate-for-prefixing("appearance"); + + @include prefixer(appearance, $value, webkit moz ms o spec); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_backface-visibility.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_backface-visibility.scss new file mode 100644 index 0000000..3766f6e --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_backface-visibility.scss @@ -0,0 +1,5 @@ +@mixin backface-visibility($visibility) { + @include _bourbon-deprecate-for-prefixing("backface-visibility"); + + @include prefixer(backface-visibility, $visibility, webkit spec); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_background-image.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_background-image.scss new file mode 100644 index 0000000..b252aaa --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_background-image.scss @@ -0,0 +1,44 @@ +//************************************************************************// +// Background-image property for adding multiple background images with +// gradients, or for stringing multiple gradients together. +//************************************************************************// + +@mixin background-image($images...) { + @include _bourbon-deprecate-for-prefixing("background-image"); + + $webkit-images: (); + $spec-images: (); + + @each $image in $images { + $webkit-image: (); + $spec-image: (); + + @if (type-of($image) == string) { + $url-str: str-slice($image, 1, 3); + $gradient-type: str-slice($image, 1, 6); + + @if $url-str == "url" { + $webkit-image: $image; + $spec-image: $image; + } + + @else if $gradient-type == "linear" { + $gradients: _linear-gradient-parser($image); + $webkit-image: map-get($gradients, webkit-image); + $spec-image: map-get($gradients, spec-image); + } + + @else if $gradient-type == "radial" { + $gradients: _radial-gradient-parser($image); + $webkit-image: map-get($gradients, webkit-image); + $spec-image: map-get($gradients, spec-image); + } + } + + $webkit-images: append($webkit-images, $webkit-image, comma); + $spec-images: append($spec-images, $spec-image, comma); + } + + background-image: $webkit-images; + background-image: $spec-images; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_background.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_background.scss new file mode 100644 index 0000000..350ac14 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_background.scss @@ -0,0 +1,57 @@ +//************************************************************************// +// Background property for adding multiple backgrounds using shorthand +// notation. +//************************************************************************// + +@mixin background($backgrounds...) { + @include _bourbon-deprecate-for-prefixing("background"); + + $webkit-backgrounds: (); + $spec-backgrounds: (); + + @each $background in $backgrounds { + $webkit-background: (); + $spec-background: (); + $background-type: type-of($background); + + @if $background-type == string or $background-type == list { + $background-str: if($background-type == list, nth($background, 1), $background); + + $url-str: str-slice($background-str, 1, 3); + $gradient-type: str-slice($background-str, 1, 6); + + @if $url-str == "url" { + $webkit-background: $background; + $spec-background: $background; + } + + @else if $gradient-type == "linear" { + $gradients: _linear-gradient-parser("#{$background}"); + $webkit-background: map-get($gradients, webkit-image); + $spec-background: map-get($gradients, spec-image); + } + + @else if $gradient-type == "radial" { + $gradients: _radial-gradient-parser("#{$background}"); + $webkit-background: map-get($gradients, webkit-image); + $spec-background: map-get($gradients, spec-image); + } + + @else { + $webkit-background: $background; + $spec-background: $background; + } + } + + @else { + $webkit-background: $background; + $spec-background: $background; + } + + $webkit-backgrounds: append($webkit-backgrounds, $webkit-background, comma); + $spec-backgrounds: append($spec-backgrounds, $spec-background, comma); + } + + background: $webkit-backgrounds; + background: $spec-backgrounds; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_border-image.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_border-image.scss new file mode 100644 index 0000000..42451c7 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_border-image.scss @@ -0,0 +1,61 @@ +@mixin border-image($borders...) { + @include _bourbon-deprecate-for-prefixing("border-image"); + + $webkit-borders: (); + $spec-borders: (); + + @each $border in $borders { + $webkit-border: (); + $spec-border: (); + $border-type: type-of($border); + + @if $border-type == string or list { + $border-str: if($border-type == list, nth($border, 1), $border); + + $url-str: str-slice($border-str, 1, 3); + $gradient-type: str-slice($border-str, 1, 6); + + @if $url-str == "url" { + $webkit-border: $border; + $spec-border: $border; + } + + @else if $gradient-type == "linear" { + $gradients: _linear-gradient-parser("#{$border}"); + $webkit-border: map-get($gradients, webkit-image); + $spec-border: map-get($gradients, spec-image); + } + + @else if $gradient-type == "radial" { + $gradients: _radial-gradient-parser("#{$border}"); + $webkit-border: map-get($gradients, webkit-image); + $spec-border: map-get($gradients, spec-image); + } + + @else { + $webkit-border: $border; + $spec-border: $border; + } + } + + @else { + $webkit-border: $border; + $spec-border: $border; + } + + $webkit-borders: append($webkit-borders, $webkit-border, comma); + $spec-borders: append($spec-borders, $spec-border, comma); + } + + -webkit-border-image: $webkit-borders; + border-image: $spec-borders; + border-style: solid; +} + +//Examples: +// @include border-image(url("image.png")); +// @include border-image(url("image.png") 20 stretch); +// @include border-image(linear-gradient(45deg, orange, yellow)); +// @include border-image(linear-gradient(45deg, orange, yellow) stretch); +// @include border-image(linear-gradient(45deg, orange, yellow) 20 30 40 50 stretch round); +// @include border-image(radial-gradient(top, cover, orange, yellow, orange)); diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_calc.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_calc.scss new file mode 100644 index 0000000..8acda5f --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_calc.scss @@ -0,0 +1,6 @@ +@mixin calc($property, $value) { + @include _bourbon-deprecate-for-prefixing("calc"); + + #{$property}: -webkit-calc(#{$value}); + #{$property}: calc(#{$value}); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_columns.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_columns.scss new file mode 100644 index 0000000..e7d2dda --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_columns.scss @@ -0,0 +1,67 @@ +@mixin columns($arg: auto) { + @include _bourbon-deprecate-for-prefixing("columns"); + + // <column-count> || <column-width> + @include prefixer(columns, $arg, webkit moz spec); +} + +@mixin column-count($int: auto) { + @include _bourbon-deprecate-for-prefixing("column-count"); + + // auto || integer + @include prefixer(column-count, $int, webkit moz spec); +} + +@mixin column-gap($length: normal) { + @include _bourbon-deprecate-for-prefixing("column-gap"); + + // normal || length + @include prefixer(column-gap, $length, webkit moz spec); +} + +@mixin column-fill($arg: auto) { + @include _bourbon-deprecate-for-prefixing("column-fill"); + + // auto || length + @include prefixer(column-fill, $arg, webkit moz spec); +} + +@mixin column-rule($arg) { + @include _bourbon-deprecate-for-prefixing("column-rule"); + + // <border-width> || <border-style> || <color> + @include prefixer(column-rule, $arg, webkit moz spec); +} + +@mixin column-rule-color($color) { + @include _bourbon-deprecate-for-prefixing("column-rule-color"); + + @include prefixer(column-rule-color, $color, webkit moz spec); +} + +@mixin column-rule-style($style: none) { + @include _bourbon-deprecate-for-prefixing("column-rule-style"); + + // none | hidden | dashed | dotted | double | groove | inset | inset | outset | ridge | solid + @include prefixer(column-rule-style, $style, webkit moz spec); +} + +@mixin column-rule-width($width: none) { + @include _bourbon-deprecate-for-prefixing("column-rule-width"); + + @include prefixer(column-rule-width, $width, webkit moz spec); +} + +@mixin column-span($arg: none) { + @include _bourbon-deprecate-for-prefixing("column-span"); + + // none || all + @include prefixer(column-span, $arg, webkit moz spec); +} + +@mixin column-width($length: auto) { + @include _bourbon-deprecate-for-prefixing("column-width"); + + // auto || length + @include prefixer(column-width, $length, webkit moz spec); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_filter.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_filter.scss new file mode 100644 index 0000000..834756d --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_filter.scss @@ -0,0 +1,6 @@ +@mixin filter($function: none) { + @include _bourbon-deprecate-for-prefixing("filter"); + + // <filter-function> [<filter-function]* | none + @include prefixer(filter, $function, webkit spec); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_flex-box.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_flex-box.scss new file mode 100644 index 0000000..7fcd5a4 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_flex-box.scss @@ -0,0 +1,327 @@ +// CSS3 Flexible Box Model and property defaults + +// Custom shorthand notation for flexbox +@mixin box($orient: inline-axis, $pack: start, $align: stretch) { + @include _bourbon-deprecate-for-prefixing("box"); + + @include display-box; + @include box-orient($orient); + @include box-pack($pack); + @include box-align($align); +} + +@mixin display-box { + @include _bourbon-deprecate-for-prefixing("display-box"); + + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; // IE 10 + display: box; +} + +@mixin box-orient($orient: inline-axis) { + @include _bourbon-deprecate-for-prefixing("box-orient"); + +// horizontal|vertical|inline-axis|block-axis|inherit + @include prefixer(box-orient, $orient, webkit moz spec); +} + +@mixin box-pack($pack: start) { + @include _bourbon-deprecate-for-prefixing("box-pack"); + +// start|end|center|justify + @include prefixer(box-pack, $pack, webkit moz spec); + -ms-flex-pack: $pack; // IE 10 +} + +@mixin box-align($align: stretch) { + @include _bourbon-deprecate-for-prefixing("box-align"); + +// start|end|center|baseline|stretch + @include prefixer(box-align, $align, webkit moz spec); + -ms-flex-align: $align; // IE 10 +} + +@mixin box-direction($direction: normal) { + @include _bourbon-deprecate-for-prefixing("box-direction"); + +// normal|reverse|inherit + @include prefixer(box-direction, $direction, webkit moz spec); + -ms-flex-direction: $direction; // IE 10 +} + +@mixin box-lines($lines: single) { + @include _bourbon-deprecate-for-prefixing("box-lines"); + +// single|multiple + @include prefixer(box-lines, $lines, webkit moz spec); +} + +@mixin box-ordinal-group($int: 1) { + @include _bourbon-deprecate-for-prefixing("box-ordinal-group"); + + @include prefixer(box-ordinal-group, $int, webkit moz spec); + -ms-flex-order: $int; // IE 10 +} + +@mixin box-flex($value: 0) { + @include _bourbon-deprecate-for-prefixing("box-flex"); + + @include prefixer(box-flex, $value, webkit moz spec); + -ms-flex: $value; // IE 10 +} + +@mixin box-flex-group($int: 1) { + @include _bourbon-deprecate-for-prefixing("box-flex-group"); + + @include prefixer(box-flex-group, $int, webkit moz spec); +} + +// CSS3 Flexible Box Model and property defaults +// Unified attributes for 2009, 2011, and 2012 flavours. + +// 2009 - display (box | inline-box) +// 2011 - display (flexbox | inline-flexbox) +// 2012 - display (flex | inline-flex) +@mixin display($value) { + @include _bourbon-deprecate-for-prefixing("display"); + +// flex | inline-flex + @if $value == "flex" { + // 2009 + display: -webkit-box; + display: -moz-box; + display: box; + + // 2012 + display: -webkit-flex; + display: -moz-flex; + display: -ms-flexbox; // 2011 (IE 10) + display: flex; + } @else if $value == "inline-flex" { + display: -webkit-inline-box; + display: -moz-inline-box; + display: inline-box; + + display: -webkit-inline-flex; + display: -moz-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + } @else { + display: $value; + } +} + +// 2009 - box-flex (integer) +// 2011 - flex (decimal | width decimal) +// 2012 - flex (integer integer width) +@mixin flex($value) { + @include _bourbon-deprecate-for-prefixing("flex"); + + // Grab flex-grow for older browsers. + $flex-grow: nth($value, 1); + + // 2009 + @include prefixer(box-flex, $flex-grow, webkit moz spec); + + // 2011 (IE 10), 2012 + @include prefixer(flex, $value, webkit moz ms spec); +} + +// 2009 - box-orient ( horizontal | vertical | inline-axis | block-axis) +// - box-direction (normal | reverse) +// 2011 - flex-direction (row | row-reverse | column | column-reverse) +// 2012 - flex-direction (row | row-reverse | column | column-reverse) +@mixin flex-direction($value: row) { + @include _bourbon-deprecate-for-prefixing("flex-direction"); + + // Alt values. + $value-2009: $value; + $value-2011: $value; + $direction: normal; + + @if $value == row { + $value-2009: horizontal; + } @else if $value == "row-reverse" { + $value-2009: horizontal; + $direction: reverse; + } @else if $value == column { + $value-2009: vertical; + } @else if $value == "column-reverse" { + $value-2009: vertical; + $direction: reverse; + } + + // 2009 + @include prefixer(box-orient, $value-2009, webkit moz spec); + @include prefixer(box-direction, $direction, webkit moz spec); + + // 2012 + @include prefixer(flex-direction, $value, webkit moz spec); + + // 2011 (IE 10) + -ms-flex-direction: $value; +} + +// 2009 - box-lines (single | multiple) +// 2011 - flex-wrap (nowrap | wrap | wrap-reverse) +// 2012 - flex-wrap (nowrap | wrap | wrap-reverse) +@mixin flex-wrap($value: nowrap) { + @include _bourbon-deprecate-for-prefixing("flex-wrap"); + + // Alt values + $alt-value: $value; + @if $value == nowrap { + $alt-value: single; + } @else if $value == wrap { + $alt-value: multiple; + } @else if $value == "wrap-reverse" { + $alt-value: multiple; + } + + @include prefixer(box-lines, $alt-value, webkit moz spec); + @include prefixer(flex-wrap, $value, webkit moz ms spec); +} + +// 2009 - TODO: parse values into flex-direction/flex-wrap +// 2011 - TODO: parse values into flex-direction/flex-wrap +// 2012 - flex-flow (flex-direction || flex-wrap) +@mixin flex-flow($value) { + @include _bourbon-deprecate-for-prefixing("flex-flow"); + + @include prefixer(flex-flow, $value, webkit moz spec); +} + +// 2009 - box-ordinal-group (integer) +// 2011 - flex-order (integer) +// 2012 - order (integer) +@mixin order($int: 0) { + @include _bourbon-deprecate-for-prefixing("order"); + + // 2009 + @include prefixer(box-ordinal-group, $int, webkit moz spec); + + // 2012 + @include prefixer(order, $int, webkit moz spec); + + // 2011 (IE 10) + -ms-flex-order: $int; +} + +// 2012 - flex-grow (number) +@mixin flex-grow($number: 0) { + @include _bourbon-deprecate-for-prefixing("flex-grow"); + + @include prefixer(flex-grow, $number, webkit moz spec); + -ms-flex-positive: $number; +} + +// 2012 - flex-shrink (number) +@mixin flex-shrink($number: 1) { + @include _bourbon-deprecate-for-prefixing("flex-shrink"); + + @include prefixer(flex-shrink, $number, webkit moz spec); + -ms-flex-negative: $number; +} + +// 2012 - flex-basis (number) +@mixin flex-basis($width: auto) { + @include _bourbon-deprecate-for-prefixing("flex-basis"); + + @include prefixer(flex-basis, $width, webkit moz spec); + -ms-flex-preferred-size: $width; +} + +// 2009 - box-pack (start | end | center | justify) +// 2011 - flex-pack (start | end | center | justify) +// 2012 - justify-content (flex-start | flex-end | center | space-between | space-around) +@mixin justify-content($value: flex-start) { + @include _bourbon-deprecate-for-prefixing("justify-content"); + + // Alt values. + $alt-value: $value; + @if $value == "flex-start" { + $alt-value: start; + } @else if $value == "flex-end" { + $alt-value: end; + } @else if $value == "space-between" { + $alt-value: justify; + } @else if $value == "space-around" { + $alt-value: distribute; + } + + // 2009 + @include prefixer(box-pack, $alt-value, webkit moz spec); + + // 2012 + @include prefixer(justify-content, $value, webkit moz ms o spec); + + // 2011 (IE 10) + -ms-flex-pack: $alt-value; +} + +// 2009 - box-align (start | end | center | baseline | stretch) +// 2011 - flex-align (start | end | center | baseline | stretch) +// 2012 - align-items (flex-start | flex-end | center | baseline | stretch) +@mixin align-items($value: stretch) { + @include _bourbon-deprecate-for-prefixing("align-items"); + + $alt-value: $value; + + @if $value == "flex-start" { + $alt-value: start; + } @else if $value == "flex-end" { + $alt-value: end; + } + + // 2009 + @include prefixer(box-align, $alt-value, webkit moz spec); + + // 2012 + @include prefixer(align-items, $value, webkit moz ms o spec); + + // 2011 (IE 10) + -ms-flex-align: $alt-value; +} + +// 2011 - flex-item-align (auto | start | end | center | baseline | stretch) +// 2012 - align-self (auto | flex-start | flex-end | center | baseline | stretch) +@mixin align-self($value: auto) { + @include _bourbon-deprecate-for-prefixing("align-self"); + + $value-2011: $value; + @if $value == "flex-start" { + $value-2011: start; + } @else if $value == "flex-end" { + $value-2011: end; + } + + // 2012 + @include prefixer(align-self, $value, webkit moz spec); + + // 2011 (IE 10) + -ms-flex-item-align: $value-2011; +} + +// 2011 - flex-line-pack (start | end | center | justify | distribute | stretch) +// 2012 - align-content (flex-start | flex-end | center | space-between | space-around | stretch) +@mixin align-content($value: stretch) { + @include _bourbon-deprecate-for-prefixing("align-content"); + + $value-2011: $value; + @if $value == "flex-start" { + $value-2011: start; + } @else if $value == "flex-end" { + $value-2011: end; + } @else if $value == "space-between" { + $value-2011: justify; + } @else if $value == "space-around" { + $value-2011: distribute; + } + + // 2012 + @include prefixer(align-content, $value, webkit moz spec); + + // 2011 (IE 10) + -ms-flex-line-pack: $value-2011; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_font-face.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_font-face.scss new file mode 100644 index 0000000..c98368b --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_font-face.scss @@ -0,0 +1,29 @@ +@mixin font-face( + $font-family, + $file-path, + $weight: normal, + $style: normal, + $asset-pipeline: $asset-pipeline, + $file-formats: eot woff2 woff ttf svg) { + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + $font-url-prefix: font-url-prefixer($asset-pipeline); + + @font-face { + font-family: $font-family; + font-style: $style; + font-weight: $weight; + + src: font-source-declaration( + $font-family, + $file-path, + $asset-pipeline, + $file-formats, + $font-url-prefix + ); + } + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_font-feature-settings.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_font-feature-settings.scss new file mode 100644 index 0000000..9cb668d --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_font-feature-settings.scss @@ -0,0 +1,6 @@ +@mixin font-feature-settings($settings...) { + @include _bourbon-deprecate-for-prefixing("font-feature-settings"); + + @if length($settings) == 0 { $settings: none; } + @include prefixer(font-feature-settings, $settings, webkit moz ms spec); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_hidpi-media-query.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_hidpi-media-query.scss new file mode 100644 index 0000000..0981816 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_hidpi-media-query.scss @@ -0,0 +1,12 @@ +// HiDPI mixin. Default value set to 1.3 to target Google Nexus 7 (http://bjango.com/articles/min-device-pixel-ratio/) +@mixin hidpi($ratio: 1.3) { + @include _bourbon-deprecate-for-prefixing("hidpi"); + + @media only screen and (-webkit-min-device-pixel-ratio: $ratio), + only screen and (min--moz-device-pixel-ratio: $ratio), + only screen and (-o-min-device-pixel-ratio: #{$ratio}/1), + only screen and (min-resolution: round($ratio * 96dpi)), + only screen and (min-resolution: $ratio * 1dppx) { + @content; + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_hyphens.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_hyphens.scss new file mode 100644 index 0000000..44b01d1 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_hyphens.scss @@ -0,0 +1,6 @@ +@mixin hyphens($hyphenation: none) { + @include _bourbon-deprecate-for-prefixing("hyphens"); + + // none | manual | auto + @include prefixer(hyphens, $hyphenation, webkit moz ms spec); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_image-rendering.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_image-rendering.scss new file mode 100644 index 0000000..d83dacb --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_image-rendering.scss @@ -0,0 +1,15 @@ +@mixin image-rendering ($mode:auto) { + @include _bourbon-deprecate-for-prefixing("image-rendering"); + + @if ($mode == crisp-edges) { + -ms-interpolation-mode: nearest-neighbor; // IE8+ + image-rendering: -moz-crisp-edges; + image-rendering: -o-crisp-edges; + image-rendering: -webkit-optimize-contrast; + image-rendering: crisp-edges; + } + + @else { + image-rendering: $mode; + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_keyframes.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_keyframes.scss new file mode 100644 index 0000000..892c96b --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_keyframes.scss @@ -0,0 +1,38 @@ +// Adds keyframes blocks for supported prefixes, removing redundant prefixes in the block's content +@mixin keyframes($name) { + @include _bourbon-deprecate-for-prefixing("keyframes"); + + $original-prefix-for-webkit: $prefix-for-webkit; + $original-prefix-for-mozilla: $prefix-for-mozilla; + $original-prefix-for-microsoft: $prefix-for-microsoft; + $original-prefix-for-opera: $prefix-for-opera; + $original-prefix-for-spec: $prefix-for-spec; + + @if $original-prefix-for-webkit { + @include disable-prefix-for-all(); + $prefix-for-webkit: true !global; + @-webkit-keyframes #{$name} { + @content; + } + } + + @if $original-prefix-for-mozilla { + @include disable-prefix-for-all(); + $prefix-for-mozilla: true !global; + @-moz-keyframes #{$name} { + @content; + } + } + + $prefix-for-webkit: $original-prefix-for-webkit !global; + $prefix-for-mozilla: $original-prefix-for-mozilla !global; + $prefix-for-microsoft: $original-prefix-for-microsoft !global; + $prefix-for-opera: $original-prefix-for-opera !global; + $prefix-for-spec: $original-prefix-for-spec !global; + + @if $original-prefix-for-spec { + @keyframes #{$name} { + @content; + } + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_linear-gradient.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_linear-gradient.scss new file mode 100644 index 0000000..eb0d15d --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_linear-gradient.scss @@ -0,0 +1,40 @@ +@mixin linear-gradient($pos, $g1, $g2: null, + $g3: null, $g4: null, + $g5: null, $g6: null, + $g7: null, $g8: null, + $g9: null, $g10: null, + $fallback: null) { + @include _bourbon-deprecate-for-prefixing("linear-gradient"); + + // Detect what type of value exists in $pos + $pos-type: type-of(nth($pos, 1)); + $pos-spec: null; + $pos-degree: null; + + // If $pos is missing from mixin, reassign vars and add default position + @if ($pos-type == color) or (nth($pos, 1) == "transparent") { + $g10: $g9; $g9: $g8; $g8: $g7; $g7: $g6; $g6: $g5; + $g5: $g4; $g4: $g3; $g3: $g2; $g2: $g1; $g1: $pos; + $pos: null; + } + + @if $pos { + $positions: _linear-positions-parser($pos); + $pos-degree: nth($positions, 1); + $pos-spec: nth($positions, 2); + } + + $full: $g1, $g2, $g3, $g4, $g5, $g6, $g7, $g8, $g9, $g10; + + // Set $g1 as the default fallback color + $fallback-color: nth($g1, 1); + + // If $fallback is a color use that color as the fallback color + @if (type-of($fallback) == color) or ($fallback == "transparent") { + $fallback-color: $fallback; + } + + background-color: $fallback-color; + background-image: -webkit-linear-gradient($pos-degree $full); // Safari 5.1+, Chrome + background-image: unquote("linear-gradient(#{$pos-spec}#{$full})"); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_perspective.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_perspective.scss new file mode 100644 index 0000000..7ff130f --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_perspective.scss @@ -0,0 +1,12 @@ +@mixin perspective($depth: none) { + @include _bourbon-deprecate-for-prefixing("perspective"); + + // none | <length> + @include prefixer(perspective, $depth, webkit moz spec); +} + +@mixin perspective-origin($value: 50% 50%) { + @include _bourbon-deprecate-for-prefixing("perspective-origin"); + + @include prefixer(perspective-origin, $value, webkit moz spec); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_placeholder.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_placeholder.scss new file mode 100644 index 0000000..3ef9d06 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_placeholder.scss @@ -0,0 +1,10 @@ +@mixin placeholder { + @include _bourbon-deprecate-for-prefixing("placeholder"); + + $placeholders: ":-webkit-input" ":-moz" "-moz" "-ms-input"; + @each $placeholder in $placeholders { + &:#{$placeholder}-placeholder { + @content; + } + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_radial-gradient.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_radial-gradient.scss new file mode 100644 index 0000000..cb01c83 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_radial-gradient.scss @@ -0,0 +1,40 @@ +// Requires Sass 3.1+ +@mixin radial-gradient($g1, $g2, + $g3: null, $g4: null, + $g5: null, $g6: null, + $g7: null, $g8: null, + $g9: null, $g10: null, + $pos: null, + $shape-size: null, + $fallback: null) { + @include _bourbon-deprecate-for-prefixing("radial-gradient"); + + $data: _radial-arg-parser($g1, $g2, $pos, $shape-size); + $g1: nth($data, 1); + $g2: nth($data, 2); + $pos: nth($data, 3); + $shape-size: nth($data, 4); + + $full: $g1, $g2, $g3, $g4, $g5, $g6, $g7, $g8, $g9, $g10; + + // Strip deprecated cover/contain for spec + $shape-size-spec: _shape-size-stripper($shape-size); + + // Set $g1 as the default fallback color + $first-color: nth($full, 1); + $fallback-color: nth($first-color, 1); + + @if (type-of($fallback) == color) or ($fallback == "transparent") { + $fallback-color: $fallback; + } + + // Add Commas and spaces + $shape-size: if($shape-size, "#{$shape-size}, ", null); + $pos: if($pos, "#{$pos}, ", null); + $pos-spec: if($pos, "at #{$pos}", null); + $shape-size-spec: if(($shape-size-spec != " ") and ($pos == null), "#{$shape-size-spec}, ", "#{$shape-size-spec} "); + + background-color: $fallback-color; + background-image: -webkit-radial-gradient(#{$pos}#{$shape-size}#{$full}); + background-image: radial-gradient(#{$shape-size-spec}#{$pos-spec}#{$full}); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_selection.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_selection.scss new file mode 100644 index 0000000..216fff5 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_selection.scss @@ -0,0 +1,44 @@ +@charset "UTF-8"; + +/// Outputs the spec and prefixed versions of the `::selection` pseudo-element. +/// +/// @param {Bool} $current-selector [false] +/// If set to `true`, it takes the current element into consideration. +/// +/// @example scss - Usage +/// .element { +/// @include selection(true) { +/// background-color: #ffbb52; +/// } +/// } +/// +/// @example css - CSS Output +/// .element::-moz-selection { +/// background-color: #ffbb52; +/// } +/// +/// .element::selection { +/// background-color: #ffbb52; +/// } + +@mixin selection($current-selector: false) { + @include _bourbon-deprecate-for-prefixing("selection"); + + @if $current-selector { + &::-moz-selection { + @content; + } + + &::selection { + @content; + } + } @else { + ::-moz-selection { + @content; + } + + ::selection { + @content; + } + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_text-decoration.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_text-decoration.scss new file mode 100644 index 0000000..6a575db --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_text-decoration.scss @@ -0,0 +1,27 @@ +@mixin text-decoration($value) { + @include _bourbon-deprecate-for-prefixing("text-decoration"); + +// <text-decoration-line> || <text-decoration-style> || <text-decoration-color> + @include prefixer(text-decoration, $value, moz); +} + +@mixin text-decoration-line($line: none) { + @include _bourbon-deprecate-for-prefixing("text-decoration-line"); + +// none || underline || overline || line-through + @include prefixer(text-decoration-line, $line, moz); +} + +@mixin text-decoration-style($style: solid) { + @include _bourbon-deprecate-for-prefixing("text-decoration-style"); + +// solid || double || dotted || dashed || wavy + @include prefixer(text-decoration-style, $style, moz webkit); +} + +@mixin text-decoration-color($color: currentColor) { + @include _bourbon-deprecate-for-prefixing("text-decoration-color"); + +// currentColor || <color> + @include prefixer(text-decoration-color, $color, moz); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_transform.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_transform.scss new file mode 100644 index 0000000..3553c7a --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_transform.scss @@ -0,0 +1,21 @@ +@mixin transform($property: none) { + @include _bourbon-deprecate-for-prefixing("transform"); + + // none | <transform-function> + @include prefixer(transform, $property, webkit moz ms o spec); +} + +@mixin transform-origin($axes: 50%) { + @include _bourbon-deprecate-for-prefixing("transform-origin"); + + // x-axis - left | center | right | length | % + // y-axis - top | center | bottom | length | % + // z-axis - length + @include prefixer(transform-origin, $axes, webkit moz ms o spec); +} + +@mixin transform-style($style: flat) { + @include _bourbon-deprecate-for-prefixing("transform-style"); + + @include prefixer(transform-style, $style, webkit moz ms o spec); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_transition.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_transition.scss new file mode 100644 index 0000000..8ff3467 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_transition.scss @@ -0,0 +1,81 @@ +// Shorthand mixin. Supports multiple parentheses-deliminated values for each variable. +// Example: @include transition (all 2s ease-in-out); +// @include transition (opacity 1s ease-in 2s, width 2s ease-out); +// @include transition-property (transform, opacity); + +@mixin transition($properties...) { + @include _bourbon-deprecate-for-prefixing("transition"); + + // Fix for vendor-prefix transform property + $needs-prefixes: false; + $webkit: (); + $moz: (); + $spec: (); + + // Create lists for vendor-prefixed transform + @each $list in $properties { + @if nth($list, 1) == "transform" { + $needs-prefixes: true; + $list1: -webkit-transform; + $list2: -moz-transform; + $list3: (); + + @each $var in $list { + $list3: join($list3, $var); + + @if $var != "transform" { + $list1: join($list1, $var); + $list2: join($list2, $var); + } + } + + $webkit: append($webkit, $list1); + $moz: append($moz, $list2); + $spec: append($spec, $list3); + } @else { + $webkit: append($webkit, $list, comma); + $moz: append($moz, $list, comma); + $spec: append($spec, $list, comma); + } + } + + @if $needs-prefixes { + -webkit-transition: $webkit; + -moz-transition: $moz; + transition: $spec; + } @else { + @if length($properties) >= 1 { + @include prefixer(transition, $properties, webkit moz spec); + } @else { + $properties: all 0.15s ease-out 0s; + @include prefixer(transition, $properties, webkit moz spec); + } + } +} + +@mixin transition-property($properties...) { + @include _bourbon-deprecate-for-prefixing("transition-property"); + + -webkit-transition-property: transition-property-names($properties, "webkit"); + -moz-transition-property: transition-property-names($properties, "moz"); + transition-property: transition-property-names($properties, false); +} + +@mixin transition-duration($times...) { + @include _bourbon-deprecate-for-prefixing("transition-duration"); + + @include prefixer(transition-duration, $times, webkit moz spec); +} + +@mixin transition-timing-function($motions...) { + @include _bourbon-deprecate-for-prefixing("transition-timing-function"); + + // ease | linear | ease-in | ease-out | ease-in-out | cubic-bezier() + @include prefixer(transition-timing-function, $motions, webkit moz spec); +} + +@mixin transition-delay($times...) { + @include _bourbon-deprecate-for-prefixing("transition-delay"); + + @include prefixer(transition-delay, $times, webkit moz spec); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_user-select.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_user-select.scss new file mode 100644 index 0000000..b262ae4 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/css3/_user-select.scss @@ -0,0 +1,5 @@ +@mixin user-select($value: none) { + @include _bourbon-deprecate-for-prefixing("user-select"); + + @include prefixer(user-select, $value, webkit moz ms spec); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_assign-inputs.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_assign-inputs.scss new file mode 100644 index 0000000..1ad8420 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_assign-inputs.scss @@ -0,0 +1,16 @@ +@function assign-inputs($inputs, $pseudo: null) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `assign-inputs` is deprecated and will be " + + "removed in 5.0.0."; + } + + $list: (); + + @each $input in $inputs { + $input: unquote($input); + $input: if($pseudo, $input + ":" + $pseudo, $input); + $list: append($list, $input, comma); + } + + @return $list; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_contains-falsy.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_contains-falsy.scss new file mode 100644 index 0000000..d5ab01b --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_contains-falsy.scss @@ -0,0 +1,25 @@ +@charset "UTF-8"; + +/// Checks if a list does not contains a value. +/// +/// @access private +/// +/// @param {List} $list +/// The list to check against. +/// +/// @return {Bool} + +@function contains-falsy($list) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `contains-falsy` is deprecated and will be " + + "removed in 5.0.0."; + } + + @each $item in $list { + @if not $item { + @return true; + } + } + + @return false; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_contains.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_contains.scss new file mode 100644 index 0000000..4db1eaf --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_contains.scss @@ -0,0 +1,31 @@ +@charset "UTF-8"; + +/// Checks if a list contains a value(s). +/// +/// @access private +/// +/// @param {List} $list +/// The list to check against. +/// +/// @param {List} $values +/// A single value or list of values to check for. +/// +/// @example scss - Usage +/// contains($list, $value) +/// +/// @return {Bool} + +@function contains($list, $values...) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `contains` is deprecated and will be " + + "removed in 5.0.0."; + } + + @each $value in $values { + @if type-of(index($list, $value)) != "number" { + @return false; + } + } + + @return true; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_is-length.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_is-length.scss new file mode 100644 index 0000000..4e1b333 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_is-length.scss @@ -0,0 +1,16 @@ +@charset "UTF-8"; + +/// Checks for a valid CSS length. +/// +/// @param {String} $value + +@function is-length($value) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `is-length` is deprecated and will be " + + "removed in 5.0.0."; + } + + @return type-of($value) != "null" and (str-slice($value + "", 1, 4) == "calc" + or index(auto inherit initial 0, $value) + or (type-of($value) == "number" and not(unitless($value)))); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_is-light.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_is-light.scss new file mode 100644 index 0000000..0d72867 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_is-light.scss @@ -0,0 +1,26 @@ +@charset "UTF-8"; + +/// Programatically determines whether a color is light or dark. +/// +/// @link http://robots.thoughtbot.com/closer-look-color-lightness +/// +/// @param {Color (Hex)} $color +/// +/// @example scss - Usage +/// is-light($color) +/// +/// @return {Bool} + +@function is-light($hex-color) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `is-light` is deprecated and will be " + + "removed in 5.0.0."; + } + + $-local-red: red(rgba($hex-color, 1)); + $-local-green: green(rgba($hex-color, 1)); + $-local-blue: blue(rgba($hex-color, 1)); + $-local-lightness: ($-local-red * 0.2126 + $-local-green * 0.7152 + $-local-blue * 0.0722) / 255; + + @return $-local-lightness > 0.6; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_is-number.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_is-number.scss new file mode 100644 index 0000000..febad3d --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_is-number.scss @@ -0,0 +1,16 @@ +@charset "UTF-8"; + +/// Checks for a valid number. +/// +/// @param {Number} $value +/// +/// @require {function} contains + +@function is-number($value) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `is-number` is deprecated and will be " + + "removed in 5.0.0."; + } + + @return contains("0" "1" "2" "3" "4" "5" "6" "7" "8" "9" 0 1 2 3 4 5 6 7 8 9, $value); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_is-size.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_is-size.scss new file mode 100644 index 0000000..c30fbd4 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_is-size.scss @@ -0,0 +1,23 @@ +@charset "UTF-8"; + +/// Checks for a valid CSS size. +/// +/// @param {String} $value +/// +/// @require {function} contains +/// @require {function} is-length + +@function is-size($value) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `is-size` is deprecated and will be " + + "removed in 5.0.0."; + } + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + @return is-length($value) + or contains("fill" "fit-content" "min-content" "max-content", $value); + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_modular-scale.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_modular-scale.scss new file mode 100644 index 0000000..1ece50c --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_modular-scale.scss @@ -0,0 +1,74 @@ +// Scaling Variables +$golden: 1.618; +$minor-second: 1.067; +$major-second: 1.125; +$minor-third: 1.2; +$major-third: 1.25; +$perfect-fourth: 1.333; +$augmented-fourth: 1.414; +$perfect-fifth: 1.5; +$minor-sixth: 1.6; +$major-sixth: 1.667; +$minor-seventh: 1.778; +$major-seventh: 1.875; +$octave: 2; +$major-tenth: 2.5; +$major-eleventh: 2.667; +$major-twelfth: 3; +$double-octave: 4; + +$user-output-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; +$output-bourbon-deprecation-warnings: false; + +$modular-scale-ratio: $perfect-fourth !default; +$modular-scale-base: em($em-base) !default; + +$output-bourbon-deprecation-warnings: $user-output-deprecation-warnings-setting; + +@function modular-scale($increment, $value: $modular-scale-base, $ratio: $modular-scale-ratio) { + $v1: nth($value, 1); + $v2: nth($value, length($value)); + $value: $v1; + + // scale $v2 to just above $v1 + @while $v2 > $v1 { + $v2: ($v2 / $ratio); // will be off-by-1 + } + @while $v2 < $v1 { + $v2: ($v2 * $ratio); // will fix off-by-1 + } + + // check AFTER scaling $v2 to prevent double-counting corner-case + $double-stranded: $v2 > $v1; + + @if $increment > 0 { + @for $i from 1 through $increment { + @if $double-stranded and ($v1 * $ratio) > $v2 { + $value: $v2; + $v2: ($v2 * $ratio); + } @else { + $v1: ($v1 * $ratio); + $value: $v1; + } + } + } + + @if $increment < 0 { + // adjust $v2 to just below $v1 + @if $double-stranded { + $v2: ($v2 / $ratio); + } + + @for $i from $increment through -1 { + @if $double-stranded and ($v1 / $ratio) < $v2 { + $value: $v2; + $v2: ($v2 / $ratio); + } @else { + $v1: ($v1 / $ratio); + $value: $v1; + } + } + } + + @return $value; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_px-to-em.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_px-to-em.scss new file mode 100644 index 0000000..89f33fb --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_px-to-em.scss @@ -0,0 +1,24 @@ +// Convert pixels to ems +// eg. for a relational value of 12px write em(12) when the parent is 16px +// if the parent is another value say 24px write em(12, 24) + +@function em($pxval, $base: $em-base) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `em` is deprecated and will be " + + "removed in 5.0.0."; + } + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + @if not unitless($pxval) { + $pxval: strip-units($pxval); + } + @if not unitless($base) { + $base: strip-units($base); + } + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; + + @return ($pxval / $base) * 1em; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss new file mode 100644 index 0000000..39be7e4 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_px-to-rem.scss @@ -0,0 +1,26 @@ +// Convert pixels to rems +// eg. for a relational value of 12px write rem(12) +// Assumes $em-base is the font-size of <html> + +@function rem($pxval) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `rem` is deprecated and will be " + + "removed in 5.0.0."; + } + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + @if not unitless($pxval) { + $pxval: strip-units($pxval); + } + + $base: $em-base; + @if not unitless($base) { + $base: strip-units($base); + } + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; + + @return ($pxval / $base) * 1rem; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_shade.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_shade.scss new file mode 100644 index 0000000..8aaf2c6 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_shade.scss @@ -0,0 +1,24 @@ +@charset "UTF-8"; + +/// Mixes a color with black. +/// +/// @param {Color} $color +/// +/// @param {Number (Percentage)} $percent +/// The amount of black to be mixed in. +/// +/// @example scss - Usage +/// .element { +/// background-color: shade(#ffbb52, 60%); +/// } +/// +/// @example css - CSS Output +/// .element { +/// background-color: #664a20; +/// } +/// +/// @return {Color} + +@function shade($color, $percent) { + @return mix(#000, $color, $percent); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_strip-units.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_strip-units.scss new file mode 100644 index 0000000..2cb0ff0 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_strip-units.scss @@ -0,0 +1,22 @@ +@charset "UTF-8"; + +/// Strips the unit from a number. +/// +/// @param {Number (With Unit)} $value +/// +/// @example scss - Usage +/// $dimension: strip-units(10em); +/// +/// @example css - CSS Output +/// $dimension: 10; +/// +/// @return {Number (Unitless)} + +@function strip-units($value) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `strip-units` is deprecated and will be " + + "removed in 5.0.0 and replaced by the `strip-unit` function."; + } + + @return ($value / ($value * 0 + 1)); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_tint.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_tint.scss new file mode 100644 index 0000000..2e33814 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_tint.scss @@ -0,0 +1,24 @@ +@charset "UTF-8"; + +/// Mixes a color with white. +/// +/// @param {Color} $color +/// +/// @param {Number (Percentage)} $percent +/// The amount of white to be mixed in. +/// +/// @example scss - Usage +/// .element { +/// background-color: tint(#6ecaa6, 40%); +/// } +/// +/// @example css - CSS Output +/// .element { +/// background-color: #a8dfc9; +/// } +/// +/// @return {Color} + +@function tint($color, $percent) { + @return mix(#fff, $color, $percent); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_transition-property-name.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_transition-property-name.scss new file mode 100644 index 0000000..af59f37 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_transition-property-name.scss @@ -0,0 +1,37 @@ +// Return vendor-prefixed property names if appropriate +// Example: transition-property-names((transform, color, background), moz) -> -moz-transform, color, background +//************************************************************************// +@function transition-property-names($props, $vendor: false) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `transition-property-names` is deprecated " + + "and will be removed in 5.0.0."; + } + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + $new-props: (); + + @each $prop in $props { + $new-props: append($new-props, transition-property-name($prop, $vendor), comma); + } + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; + + @return $new-props; +} + +@function transition-property-name($prop, $vendor: false) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `transition-property-name` is deprecated " + + "and will be removed in 5.0.0."; + } + + // put other properties that need to be prefixed here aswell + @if $vendor and $prop == transform { + @return unquote('-'+$vendor+'-'+$prop); + } + @else { + @return $prop; + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_unpack.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_unpack.scss new file mode 100644 index 0000000..e8cea40 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/functions/_unpack.scss @@ -0,0 +1,32 @@ +@charset "UTF-8"; + +/// Converts shorthand to the 4-value syntax. +/// +/// @param {List} $shorthand +/// +/// @example scss - Usage +/// .element { +/// margin: unpack(1em 2em); +/// } +/// +/// @example css - CSS Output +/// .element { +/// margin: 1em 2em 1em 2em; +/// } + +@function unpack($shorthand) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `unpack` is deprecated and will be " + + "removed in 5.0.0."; + } + + @if length($shorthand) == 1 { + @return nth($shorthand, 1) nth($shorthand, 1) nth($shorthand, 1) nth($shorthand, 1); + } @else if length($shorthand) == 2 { + @return nth($shorthand, 1) nth($shorthand, 2) nth($shorthand, 1) nth($shorthand, 2); + } @else if length($shorthand) == 3 { + @return nth($shorthand, 1) nth($shorthand, 2) nth($shorthand, 3) nth($shorthand, 2); + } @else { + @return $shorthand; + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_convert-units.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_convert-units.scss new file mode 100644 index 0000000..8b11f71 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_convert-units.scss @@ -0,0 +1,26 @@ +//************************************************************************// +// Helper function for str-to-num fn. +// Source: http://sassmeister.com/gist/9647408 +//************************************************************************// +@function _convert-units($number, $unit) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_convert-units` is deprecated and will " + + "be removed in 5.0.0."; + } + + $strings: "px", "cm", "mm", "%", "ch", "pica", "in", "em", "rem", "pt", "pc", "ex", "vw", "vh", "vmin", "vmax", "deg", "rad", "grad", "turn"; + $units: 1px, 1cm, 1mm, 1%, 1ch, 1pica, 1in, 1em, 1rem, 1pt, 1pc, 1ex, 1vw, 1vh, 1vmin, 1vmax, 1deg, 1rad, 1grad, 1turn; + $index: index($strings, $unit); + + @if not $index { + @warn "Unknown unit `#{$unit}`."; + @return false; + } + + @if type-of($number) != "number" { + @warn "`#{$number} is not a number`"; + @return false; + } + + @return $number * nth($units, $index); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_directional-values.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_directional-values.scss new file mode 100644 index 0000000..c5b09ec --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_directional-values.scss @@ -0,0 +1,108 @@ +@charset "UTF-8"; + +/// Directional-property mixins are shorthands for writing properties like the following +/// +/// @ignore You can also use `false` instead of `null`. +/// +/// @param {List} $vals +/// List of directional values +/// +/// @example scss - Usage +/// .element { +/// @include border-style(dotted null); +/// @include margin(null 0 10px); +/// } +/// +/// @example css - CSS Output +/// .element { +/// border-bottom-style: dotted; +/// border-top-style: dotted; +/// margin-bottom: 10px; +/// margin-left: 0; +/// margin-right: 0; +/// } +/// +/// @require {function} contains-falsy +/// +/// @return {List} + +@function collapse-directionals($vals) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `collapse-directionals` is deprecated and " + + "will be removed in 5.0.0."; + } + + $output: null; + + $a: nth($vals, 1); + $b: if(length($vals) < 2, $a, nth($vals, 2)); + $c: if(length($vals) < 3, $a, nth($vals, 3)); + $d: if(length($vals) < 2, $a, nth($vals, if(length($vals) < 4, 2, 4))); + + @if $a == 0 { $a: 0; } + @if $b == 0 { $b: 0; } + @if $c == 0 { $c: 0; } + @if $d == 0 { $d: 0; } + + @if $a == $b and $a == $c and $a == $d { $output: $a; } + @else if $a == $c and $b == $d { $output: $a $b; } + @else if $b == $d { $output: $a $b $c; } + @else { $output: $a $b $c $d; } + + @return $output; +} + +/// Output directional properties, for instance `margin`. +/// +/// @access private +/// +/// @param {String} $pre +/// Prefix to use +/// @param {String} $suf +/// Suffix to use +/// @param {List} $vals +/// List of values +/// +/// @require {function} collapse-directionals +/// @require {function} contains-falsy + +@mixin directional-property($pre, $suf, $vals) { + @include _bourbon-deprecate("directional-property"); + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + // Property Names + $top: $pre + "-top" + if($suf, "-#{$suf}", ""); + $bottom: $pre + "-bottom" + if($suf, "-#{$suf}", ""); + $left: $pre + "-left" + if($suf, "-#{$suf}", ""); + $right: $pre + "-right" + if($suf, "-#{$suf}", ""); + $all: $pre + if($suf, "-#{$suf}", ""); + + $vals: collapse-directionals($vals); + + @if contains-falsy($vals) { + @if nth($vals, 1) { #{$top}: nth($vals, 1); } + + @if length($vals) == 1 { + @if nth($vals, 1) { #{$right}: nth($vals, 1); } + } @else { + @if nth($vals, 2) { #{$right}: nth($vals, 2); } + } + + @if length($vals) == 2 { + @if nth($vals, 1) { #{$bottom}: nth($vals, 1); } + @if nth($vals, 2) { #{$left}: nth($vals, 2); } + } @else if length($vals) == 3 { + @if nth($vals, 3) { #{$bottom}: nth($vals, 3); } + @if nth($vals, 2) { #{$left}: nth($vals, 2); } + } @else if length($vals) == 4 { + @if nth($vals, 3) { #{$bottom}: nth($vals, 3); } + @if nth($vals, 4) { #{$left}: nth($vals, 4); } + } + } @else { + #{$all}: $vals; + } + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_font-source-declaration.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_font-source-declaration.scss new file mode 100644 index 0000000..18b381e --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_font-source-declaration.scss @@ -0,0 +1,53 @@ +// Used for creating the source string for fonts using @font-face +// Reference: http://goo.gl/Ru1bKP + +@function font-url-prefixer($asset-pipeline) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `font-url-prefixer` is deprecated and " + + "will be removed in 5.0.0."; + } + + @if $asset-pipeline == true { + @return font-url; + } @else { + @return url; + } +} + +@function font-source-declaration( + $font-family, + $file-path, + $asset-pipeline, + $file-formats, + $font-url) { + + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `font-source-declaration` is deprecated " + + "and will be removed in 5.0.0."; + } + + $src: (); + + $formats-map: ( + eot: "#{$file-path}.eot?#iefix" format("embedded-opentype"), + woff2: "#{$file-path}.woff2" format("woff2"), + woff: "#{$file-path}.woff" format("woff"), + ttf: "#{$file-path}.ttf" format("truetype"), + svg: "#{$file-path}.svg##{$font-family}" format("svg") + ); + + @each $key, $values in $formats-map { + @if contains($file-formats, $key) { + $file-path: nth($values, 1); + $font-format: nth($values, 2); + + @if $asset-pipeline == true { + $src: append($src, font-url($file-path) $font-format, comma); + } @else { + $src: append($src, url($file-path) $font-format, comma); + } + } + } + + @return $src; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_gradient-positions-parser.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_gradient-positions-parser.scss new file mode 100644 index 0000000..3386e35 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_gradient-positions-parser.scss @@ -0,0 +1,24 @@ +@function _gradient-positions-parser($gradient-type, $gradient-positions) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_gradient-positions-parser` is " + + "deprecated and will be removed in 5.0.0."; + } + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + @if $gradient-positions + and ($gradient-type == linear) + and (type-of($gradient-positions) != color) { + $gradient-positions: _linear-positions-parser($gradient-positions); + } + @else if $gradient-positions + and ($gradient-type == radial) + and (type-of($gradient-positions) != color) { + $gradient-positions: _radial-positions-parser($gradient-positions); + } + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; + + @return $gradient-positions; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_linear-angle-parser.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_linear-angle-parser.scss new file mode 100644 index 0000000..8948860 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_linear-angle-parser.scss @@ -0,0 +1,35 @@ +// Private function for linear-gradient-parser +@function _linear-angle-parser($image, $first-val, $prefix, $suffix) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_linear-angle-parser` is " + + "deprecated and will be removed in 5.0.0."; + } + + $offset: null; + $unit-short: str-slice($first-val, str-length($first-val) - 2, str-length($first-val)); + $unit-long: str-slice($first-val, str-length($first-val) - 3, str-length($first-val)); + + @if ($unit-long == "grad") or + ($unit-long == "turn") { + $offset: if($unit-long == "grad", -100grad * 3, -0.75turn); + } + + @else if ($unit-short == "deg") or + ($unit-short == "rad") { + $offset: if($unit-short == "deg", -90 * 3, 1.6rad); + } + + @if $offset { + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + $num: _str-to-num($first-val); + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; + + @return ( + webkit-image: -webkit- + $prefix + ($offset - $num) + $suffix, + spec-image: $image + ); + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_linear-gradient-parser.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_linear-gradient-parser.scss new file mode 100644 index 0000000..1553883 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_linear-gradient-parser.scss @@ -0,0 +1,51 @@ +@function _linear-gradient-parser($image) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_linear-gradient-parser` is " + + "deprecated and will be removed in 5.0.0."; + } + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + $image: unquote($image); + $gradients: (); + $start: str-index($image, "("); + $end: str-index($image, ","); + $first-val: str-slice($image, $start + 1, $end - 1); + + $prefix: str-slice($image, 1, $start); + $suffix: str-slice($image, $end, str-length($image)); + + $has-multiple-vals: str-index($first-val, " "); + $has-single-position: unquote(_position-flipper($first-val) + ""); + $has-angle: is-number(str-slice($first-val, 1, 1)); + + @if $has-multiple-vals { + $gradients: _linear-side-corner-parser($image, $first-val, $prefix, $suffix, $has-multiple-vals); + } + + @else if $has-single-position != "" { + $pos: unquote($has-single-position + ""); + + $gradients: ( + webkit-image: -webkit- + $image, + spec-image: $prefix + "to " + $pos + $suffix + ); + } + + @else if $has-angle { + // Rotate degree for webkit + $gradients: _linear-angle-parser($image, $first-val, $prefix, $suffix); + } + + @else { + $gradients: ( + webkit-image: -webkit- + $image, + spec-image: $image + ); + } + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; + + @return $gradients; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_linear-positions-parser.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_linear-positions-parser.scss new file mode 100644 index 0000000..a9c8e12 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_linear-positions-parser.scss @@ -0,0 +1,77 @@ +@function _linear-positions-parser($pos) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_linear-positions-parser` is " + + "deprecated and will be removed in 5.0.0."; + } + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + $type: type-of(nth($pos, 1)); + $spec: null; + $degree: null; + $side: null; + $corner: null; + $length: length($pos); + // Parse Side and corner positions + @if ($length > 1) { + @if nth($pos, 1) == "to" { // Newer syntax + $side: nth($pos, 2); + + @if $length == 2 { // eg. to top + // Swap for backwards compatibility + $degree: _position-flipper(nth($pos, 2)); + } + @else if $length == 3 { // eg. to top left + $corner: nth($pos, 3); + } + } + @else if $length == 2 { // Older syntax ("top left") + $side: _position-flipper(nth($pos, 1)); + $corner: _position-flipper(nth($pos, 2)); + } + + @if ("#{$side} #{$corner}" == "left top") or ("#{$side} #{$corner}" == "top left") { + $degree: _position-flipper(#{$side}) _position-flipper(#{$corner}); + } + @else if ("#{$side} #{$corner}" == "right top") or ("#{$side} #{$corner}" == "top right") { + $degree: _position-flipper(#{$side}) _position-flipper(#{$corner}); + } + @else if ("#{$side} #{$corner}" == "right bottom") or ("#{$side} #{$corner}" == "bottom right") { + $degree: _position-flipper(#{$side}) _position-flipper(#{$corner}); + } + @else if ("#{$side} #{$corner}" == "left bottom") or ("#{$side} #{$corner}" == "bottom left") { + $degree: _position-flipper(#{$side}) _position-flipper(#{$corner}); + } + $spec: to $side $corner; + } + @else if $length == 1 { + // Swap for backwards compatibility + @if $type == string { + $degree: $pos; + $spec: to _position-flipper($pos); + } + @else { + $degree: -270 - $pos; //rotate the gradient opposite from spec + $spec: $pos; + } + } + $degree: unquote($degree + ","); + $spec: unquote($spec + ","); + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; + + @return $degree $spec; +} + +@function _position-flipper($pos) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_position-flipper` is " + + "deprecated and will be removed in 5.0.0."; + } + + @return if($pos == left, right, null) + if($pos == right, left, null) + if($pos == top, bottom, null) + if($pos == bottom, top, null); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_linear-side-corner-parser.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_linear-side-corner-parser.scss new file mode 100644 index 0000000..25980f4 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_linear-side-corner-parser.scss @@ -0,0 +1,41 @@ +// Private function for linear-gradient-parser +@function _linear-side-corner-parser($image, $first-val, $prefix, $suffix, $has-multiple-vals) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_linear-side-corner-parser` is " + + "deprecated and will be removed in 5.0.0."; + } + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + $val-1: str-slice($first-val, 1, $has-multiple-vals - 1); + $val-2: str-slice($first-val, $has-multiple-vals + 1, str-length($first-val)); + $val-3: null; + $has-val-3: str-index($val-2, " "); + + @if $has-val-3 { + $val-3: str-slice($val-2, $has-val-3 + 1, str-length($val-2)); + $val-2: str-slice($val-2, 1, $has-val-3 - 1); + } + + $pos: _position-flipper($val-1) _position-flipper($val-2) _position-flipper($val-3); + $pos: unquote($pos + ""); + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; + + // Use old spec for webkit + @if $val-1 == "to" { + @return ( + webkit-image: -webkit- + $prefix + $pos + $suffix, + spec-image: $image + ); + } + + // Bring the code up to spec + @else { + @return ( + webkit-image: -webkit- + $image, + spec-image: $prefix + "to " + $pos + $suffix + ); + } +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_radial-arg-parser.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_radial-arg-parser.scss new file mode 100644 index 0000000..866ee21 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_radial-arg-parser.scss @@ -0,0 +1,74 @@ +@function _radial-arg-parser($g1, $g2, $pos, $shape-size) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_radial-arg-parser` is " + + "deprecated and will be removed in 5.0.0."; + } + + @each $value in $g1, $g2 { + $first-val: nth($value, 1); + $pos-type: type-of($first-val); + $spec-at-index: null; + + // Determine if spec was passed to mixin + @if type-of($value) == list { + $spec-at-index: if(index($value, at), index($value, at), false); + } + @if $spec-at-index { + @if $spec-at-index > 1 { + @for $i from 1 through ($spec-at-index - 1) { + $shape-size: $shape-size nth($value, $i); + } + @for $i from ($spec-at-index + 1) through length($value) { + $pos: $pos nth($value, $i); + } + } + @else if $spec-at-index == 1 { + @for $i from ($spec-at-index + 1) through length($value) { + $pos: $pos nth($value, $i); + } + } + $g1: null; + } + + // If not spec calculate correct values + @else { + @if ($pos-type != color) or ($first-val != "transparent") { + @if ($pos-type == number) + or ($first-val == "center") + or ($first-val == "top") + or ($first-val == "right") + or ($first-val == "bottom") + or ($first-val == "left") { + + $pos: $value; + + @if $pos == $g1 { + $g1: null; + } + } + + @else if + ($first-val == "ellipse") + or ($first-val == "circle") + or ($first-val == "closest-side") + or ($first-val == "closest-corner") + or ($first-val == "farthest-side") + or ($first-val == "farthest-corner") + or ($first-val == "contain") + or ($first-val == "cover") { + + $shape-size: $value; + + @if $value == $g1 { + $g1: null; + } + + @else if $value == $g2 { + $g2: null; + } + } + } + } + } + @return $g1, $g2, $pos, $shape-size; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_radial-gradient-parser.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_radial-gradient-parser.scss new file mode 100644 index 0000000..871869b --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_radial-gradient-parser.scss @@ -0,0 +1,55 @@ +@function _radial-gradient-parser($image) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_radial-gradient-parser` is " + + "deprecated and will be removed in 5.0.0."; + } + + $image: unquote($image); + $gradients: (); + $start: str-index($image, "("); + $end: str-index($image, ","); + $first-val: str-slice($image, $start + 1, $end - 1); + + $prefix: str-slice($image, 1, $start); + $suffix: str-slice($image, $end, str-length($image)); + + $is-spec-syntax: str-index($first-val, "at"); + + @if $is-spec-syntax and $is-spec-syntax > 1 { + $keyword: str-slice($first-val, 1, $is-spec-syntax - 2); + $pos: str-slice($first-val, $is-spec-syntax + 3, str-length($first-val)); + $pos: append($pos, $keyword, comma); + + $gradients: ( + webkit-image: -webkit- + $prefix + $pos + $suffix, + spec-image: $image + ); + } + + @else if $is-spec-syntax == 1 { + $pos: str-slice($first-val, $is-spec-syntax + 3, str-length($first-val)); + + $gradients: ( + webkit-image: -webkit- + $prefix + $pos + $suffix, + spec-image: $image + ); + } + + @else if str-index($image, "cover") or str-index($image, "contain") { + @warn "Radial-gradient needs to be updated to conform to latest spec."; + + $gradients: ( + webkit-image: null, + spec-image: $image + ); + } + + @else { + $gradients: ( + webkit-image: -webkit- + $image, + spec-image: $image + ); + } + + @return $gradients; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_radial-positions-parser.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_radial-positions-parser.scss new file mode 100644 index 0000000..3169a9c --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_radial-positions-parser.scss @@ -0,0 +1,28 @@ +@function _radial-positions-parser($gradient-pos) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_radial-positions-parser` is " + + "deprecated and will be removed in 5.0.0."; + } + + $user-deprecation-warnings-setting: $output-bourbon-deprecation-warnings; + $output-bourbon-deprecation-warnings: false !global; + + $shape-size: nth($gradient-pos, 1); + $pos: nth($gradient-pos, 2); + $shape-size-spec: _shape-size-stripper($shape-size); + + $pre-spec: unquote(if($pos, "#{$pos}, ", null)) + unquote(if($shape-size, "#{$shape-size},", null)); + $pos-spec: if($pos, "at #{$pos}", null); + + $spec: "#{$shape-size-spec} #{$pos-spec}"; + + // Add comma + @if ($spec != " ") { + $spec: "#{$spec},"; + } + + $output-bourbon-deprecation-warnings: $user-deprecation-warnings-setting !global; + + @return $pre-spec $spec; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_render-gradients.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_render-gradients.scss new file mode 100644 index 0000000..ec9fc37 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_render-gradients.scss @@ -0,0 +1,31 @@ +// User for linear and radial gradients within background-image or border-image properties + +@function _render-gradients($gradient-positions, $gradients, $gradient-type, $vendor: false) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_render-gradients` is " + + "deprecated and will be removed in 5.0.0."; + } + + $pre-spec: null; + $spec: null; + $vendor-gradients: null; + @if $gradient-type == linear { + @if $gradient-positions { + $pre-spec: nth($gradient-positions, 1); + $spec: nth($gradient-positions, 2); + } + } + @else if $gradient-type == radial { + $pre-spec: nth($gradient-positions, 1); + $spec: nth($gradient-positions, 2); + } + + @if $vendor { + $vendor-gradients: -#{$vendor}-#{$gradient-type}-gradient(#{$pre-spec} $gradients); + } + @else if $vendor == false { + $vendor-gradients: "#{$gradient-type}-gradient(#{$spec} #{$gradients})"; + $vendor-gradients: unquote($vendor-gradients); + } + @return $vendor-gradients; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_shape-size-stripper.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_shape-size-stripper.scss new file mode 100644 index 0000000..6caf05c --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_shape-size-stripper.scss @@ -0,0 +1,15 @@ +@function _shape-size-stripper($shape-size) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_shape-size-stripper` is " + + "deprecated and will be removed in 5.0.0."; + } + + $shape-size-spec: null; + @each $value in $shape-size { + @if ($value == "cover") or ($value == "contain") { + $value: null; + } + $shape-size-spec: "#{$shape-size-spec} #{$value}"; + } + @return $shape-size-spec; +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_str-to-num.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_str-to-num.scss new file mode 100644 index 0000000..1e039f2 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/helpers/_str-to-num.scss @@ -0,0 +1,55 @@ +//************************************************************************// +// Helper function for linear/radial-gradient-parsers. +// Source: http://sassmeister.com/gist/9647408 +//************************************************************************// +@function _str-to-num($string) { + @if $output-bourbon-deprecation-warnings == true { + @warn "[Bourbon] [Deprecation] `_str-to-num` is " + + "deprecated and will be removed in 5.0.0."; + } + + // Matrices + $strings: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9"; + $numbers: 0 1 2 3 4 5 6 7 8 9; + + // Result + $result: 0; + $divider: 0; + $minus: false; + + // Looping through all characters + @for $i from 1 through str-length($string) { + $character: str-slice($string, $i, $i); + $index: index($strings, $character); + + @if $character == "-" { + $minus: true; + } + + @else if $character == "." { + $divider: 1; + } + + @else { + @if not $index { + $result: if($minus, $result * -1, $result); + @return _convert-units($result, str-slice($string, $i)); + } + + $number: nth($numbers, $index); + + @if $divider == 0 { + $result: $result * 10; + } + + @else { + // Move the decimal dot to the left + $divider: $divider * 10; + $number: $number / $divider; + } + + $result: $result + $number; + } + } + @return if($minus, $result * -1, $result); +} diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_asset-pipeline.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_asset-pipeline.scss new file mode 100644 index 0000000..4c6afc5 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_asset-pipeline.scss @@ -0,0 +1,7 @@ +@charset "UTF-8"; + +/// A global setting to enable or disable the `$asset-pipeline` variable for all functions that accept it. +/// +/// @type Bool + +$asset-pipeline: false !default; diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_deprecation-warnings.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_deprecation-warnings.scss new file mode 100644 index 0000000..65e4670 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_deprecation-warnings.scss @@ -0,0 +1,8 @@ +@charset "UTF-8"; + +/// Enable or disable output of Bourbon’s deprecation-related Sass warnings. +/// This variable must be declared _before_ importing Bourbon. +/// +/// @type Bool + +$output-bourbon-deprecation-warnings: true !default; diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_prefixer.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_prefixer.scss new file mode 100644 index 0000000..8c39051 --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_prefixer.scss @@ -0,0 +1,9 @@ +@charset "UTF-8"; + +/// Global variables to enable or disable vendor prefixes + +$prefix-for-webkit: true !default; +$prefix-for-mozilla: true !default; +$prefix-for-microsoft: true !default; +$prefix-for-opera: true !default; +$prefix-for-spec: true !default; diff --git a/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_px-to-em.scss b/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_px-to-em.scss new file mode 100644 index 0000000..f2f9a3e --- /dev/null +++ b/debian/missing-sources/bourbon/app/assets/stylesheets/settings/_px-to-em.scss @@ -0,0 +1 @@ +$em-base: 16px !default; |