Created
December 29, 2016 09:47
-
-
Save ncoden/65980422a1f6faba2a274a5b7045a1ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/_global.scss: | |
98: @error 'In $foundation-palette, you must have a color named "primary".'; | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/components/_off-canvas.scss: | |
244: content: " "; | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/components/_tabs.scss: | |
141: &[aria-hidden="false"] { | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/components/_visibility.scss: | |
92: // Need a "hide-for-sr" class? Add aria-hidden='true' to the element | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/forms/_range.scss: | |
42: input[type="range"] { // sass-lint:disable-line no-qualifying-elements | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/foundation.scss: | |
9: @import "../_vendor/normalize-scss/sass/normalize"; | |
20: // @import "settings/settings"; | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/grid/_column.scss: | |
15: /// - A list of the format "x of y" (without quotes) will make a column that is *x* columns wide, assuming *y* total columns for the parent. | |
34: // Parsing "n of n" expressions | |
37: @error 'Wrong syntax for grid-column(). Use the format "n of n".'; | |
46: @error 'Wrong syntax for grid-column(). Use a number, decimal, percentage, or "n of n".'; | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/grid/_gutter.scss: | |
14: /// - "auto" will make the gutter responsive, using the $gutters map values. | |
68: /// - "auto" will make the margin responsive, using the $margins map values. | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/util/_breakpoint.scss: | |
28: @error 'Your smallest breakpoint (defined in $breakpoints) must be set to "0".'; | |
73: @warn 'breakpoint(): "#{$val}" is not defined in your $breakpoints setting.'; | |
84: // - It's a named breakpoint that resolved to "0 down" or "0 up" | |
85: // - It's a numeric breakpoint that resolved to "0 " + anything | |
89: // Only named media queries can have an "only" range | |
91: // Only use "min-width" if the floor is greater than 0 | |
95: // Only add "and" to the media query if there's a ceiling | |
101: // Only use "max-width" if there's a ceiling | |
115: // Skip media query creation if input value is exactly "0 down", | |
116: // unless the function was called as "small down", in which case it's just "small only" | |
141: /// @output If the breakpoint is "0px and larger", outputs the content as-is. Otherwise, outputs the content wrapped in a media query. | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/util/_color.scss: | |
75: @warn "Contrast ratio of #{$best} on #{$base} is pretty bad, just #{$contrast}"; | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/util/_mixins.scss: | |
49: /// Creates a menu icon with a set width, height, number of bars, and colors. The mixin uses the height of the icon and the weight of the bars to determine spacing. <div class="docs-example-burger"></div> | |
127: background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: #{$rgb}'></polygon></svg>"); | |
162: /// Adds CSS for a "quantity query" selector that automatically sizes elements based on how many there are inside a container. | |
249: /// - For "auto", `$-zf-bp-value` is the corresponding breakpoint value in `$map` and is passed to `@content`, which is made responsive for each breakpoint of `$map`. | |
250: /// @param {Number|Keyword} $name [auto] - Single value or breakpoint name to use. "auto" by default. | |
257: // "auto" | |
/Users/ncoden/Documents/Documents/Projects/Programmation/Web/2016/Foundation/foundation-sites/scss/util/_value.scss: | |
29: /// @param {List|Number} $val - Value to analyze. Should be a shorthand sizing property, e.g. "1em 2em 1em" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment