1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck
Files: CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Gemfile
RELEASING.md
Rakefile
bin/bourbon
bourbon.gemspec
core/bourbon/helpers/_buttons-list.scss
core/bourbon/helpers/_scales.scss
core/bourbon/helpers/_text-inputs-list.scss
core/bourbon/library/_border-color.scss
core/bourbon/library/_border-radius.scss
core/bourbon/library/_border-style.scss
core/bourbon/library/_border-width.scss
core/bourbon/library/_buttons.scss
core/bourbon/library/_clearfix.scss
core/bourbon/library/_contrast-switch.scss
core/bourbon/library/_ellipsis.scss
core/bourbon/library/_font-face.scss
core/bourbon/library/_font-stacks.scss
core/bourbon/library/_hide-text.scss
core/bourbon/library/_hide-visually.scss
core/bourbon/library/_margin.scss
core/bourbon/library/_modular-scale.scss
core/bourbon/library/_overflow-wrap.scss
core/bourbon/library/_padding.scss
core/bourbon/library/_position.scss
core/bourbon/library/_prefixer.scss
core/bourbon/library/_shade.scss
core/bourbon/library/_size.scss
core/bourbon/library/_strip-unit.scss
core/bourbon/library/_text-inputs.scss
core/bourbon/library/_timing-functions.scss
core/bourbon/library/_tint.scss
core/bourbon/library/_triangle.scss
core/bourbon/library/_value-prefixer.scss
core/bourbon/settings/_settings.scss
core/bourbon/utilities/_assign-inputs.scss
core/bourbon/utilities/_compact-shorthand.scss
core/bourbon/utilities/_contrast-ratio.scss
core/bourbon/utilities/_directional-property.scss
core/bourbon/utilities/_fetch-bourbon-setting.scss
core/bourbon/utilities/_font-source-declaration.scss
core/bourbon/utilities/_gamma.scss
core/bourbon/utilities/_lightness.scss
core/bourbon/utilities/_unpack-shorthand.scss
core/bourbon/validators/_contains-falsy.scss
core/bourbon/validators/_contains.scss
core/bourbon/validators/_is-color.scss
core/bourbon/validators/_is-length.scss
core/bourbon/validators/_is-number.scss
core/bourbon/validators/_is-size.scss
debian/control
debian/copyright-check
debian/gbp.conf
debian/install
debian/rules
debian/source/format
debian/source/lintian-overrides
debian/upstream/metadata
debian/watch
eyeglass-exports.js
features/install.feature
features/step_definitions/bourbon_steps.rb
features/support/bourbon_support.rb
features/support/env.rb
features/update.feature
features/version.feature
index.js
lib/bourbon.rb
lib/bourbon/generator.rb
lib/bourbon/version.rb
package-lock.json
spec/bourbon/library/border_color_spec.rb
spec/bourbon/library/border_radius_spec.rb
spec/bourbon/library/border_style_spec.rb
spec/bourbon/library/border_width_spec.rb
spec/bourbon/library/buttons_spec.rb
spec/bourbon/library/clearfix_spec.rb
spec/bourbon/library/contrast_switch_spec.rb
spec/bourbon/library/ellipsis_spec.rb
spec/bourbon/library/font_face_spec_1.rb
spec/bourbon/library/font_face_spec_2.rb
spec/bourbon/library/font_face_spec_3.rb
spec/bourbon/library/font_stacks_spec.rb
spec/bourbon/library/hide_text_spec.rb
spec/bourbon/library/hide_visually_spec.rb
spec/bourbon/library/margin_spec.rb
spec/bourbon/library/modular_scale_spec.rb
spec/bourbon/library/overflow_wrap_spec.rb
spec/bourbon/library/padding_spec.rb
spec/bourbon/library/position_spec.rb
spec/bourbon/library/prefixer_spec.rb
spec/bourbon/library/shade_spec.rb
spec/bourbon/library/size_spec.rb
spec/bourbon/library/strip_unit_spec.rb
spec/bourbon/library/text_inputs_spec.rb
spec/bourbon/library/tint_spec.rb
spec/bourbon/library/triangle_spec.rb
spec/bourbon/utilities/assign_inputs_spec.rb
spec/bourbon/utilities/compact_shorthand_spec.rb
spec/bourbon/utilities/contrast_ratio_spec.rb
spec/bourbon/utilities/directional_property_spec.rb
spec/bourbon/utilities/fetch_bourbon_setting_spec.rb
spec/bourbon/utilities/font_source_declaration_spec.rb
spec/bourbon/utilities/gamma_spec.rb
spec/bourbon/utilities/lightness_spec.rb
spec/bourbon/utilities/unpack_spec.rb
spec/bourbon/validators/contains_spec.rb
spec/bourbon/validators/is_length_spec.rb
spec/bourbon/validators/is_number_spec.rb
spec/bourbon/validators/is_size_spec.rb
spec/fixtures/_setup.scss
spec/fixtures/library/border-color.scss
spec/fixtures/library/border-radius.scss
spec/fixtures/library/border-style.scss
spec/fixtures/library/border-width.scss
spec/fixtures/library/buttons.scss
spec/fixtures/library/clearfix.scss
spec/fixtures/library/contrast-switch.scss
spec/fixtures/library/ellipsis.scss
spec/fixtures/library/font-face-1.scss
spec/fixtures/library/font-face-2.scss
spec/fixtures/library/font-face-3.scss
spec/fixtures/library/font-stacks.scss
spec/fixtures/library/hide-text.scss
spec/fixtures/library/hide-visually.scss
spec/fixtures/library/margin.scss
spec/fixtures/library/modular-scale.scss
spec/fixtures/library/overflow-wrap.scss
spec/fixtures/library/padding.scss
spec/fixtures/library/position.scss
spec/fixtures/library/prefixer.scss
spec/fixtures/library/shade.scss
spec/fixtures/library/size.scss
spec/fixtures/library/strip-unit.scss
spec/fixtures/library/text-inputs.scss
spec/fixtures/library/tint.scss
spec/fixtures/library/triangle.scss
spec/fixtures/utilities/assign-inputs.scss
spec/fixtures/utilities/compact-shorthand.scss
spec/fixtures/utilities/contrast-ratio.scss
spec/fixtures/utilities/directional-property.scss
spec/fixtures/utilities/fetch-bourbon-setting.scss
spec/fixtures/utilities/font-source-declaration.scss
spec/fixtures/utilities/gamma.scss
spec/fixtures/utilities/lightness.scss
spec/fixtures/utilities/unpack.scss
spec/fixtures/validators/contains.scss
spec/fixtures/validators/is-length.scss
spec/fixtures/validators/is-number.scss
spec/fixtures/validators/is-size.scss
spec/spec_helper.rb
spec/support/matchers/have_rule.rb
spec/support/matchers/have_ruleset.rb
spec/support/matchers/have_value.rb
spec/support/parser_support.rb
spec/support/sass_support.rb
Copyright: NONE
License: UNKNOWN
FIXME
Files: package.json
Copyright: NONE
License: Expat
FIXME
Files: LICENSE.md
Copyright: 2011-2020, [thoughtbot, inc.](http://thoughtbot.com)
License: Expat
FIXME
Files: README.md
Copyright: 2011-2020, [thoughtbot, inc.][thoughtbot] It is free
License: UNKNOWN
FIXME
Files: core/_bourbon.scss
Copyright: 2011-2020, thoughtbot, inc.
License: UNKNOWN
FIXME
|