Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@bootstrap-styled/css-mixins

bootstrap-styled3.6kMIT2.1.3

Bootstrap v4 css-in-js mixins for Bootstrap Styled.

bootstrap, bootstrap-styled, styled, styled-components, react

readme

css-mixins

Build Status npm Version License NPM monthly downloads NPM total downloads npm Version Module formats Coverage Quality gate status gitter Greenkeeper badge

Bootstrap mixins and utilities in javascript for bootstrap-styled.

Table of Contents


Documentation

Read css-mixins documentation.

Contributing

If you want to contribute to css-mixins please see our contributing and community guidelines, they'll help you get set up locally and explain the whole process.

Please also note that all repositories under the bootstrap-styled organization follow our Code of Conduct, make sure to review and follow it.

License MIT

The MIT License

Copyright (c) 2017-2018 Yeutech Company Limited. https://bootstrap-styled.github.io

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.

changelog

2.1.3 (2020-05-04)

Bug Fixes

  • dependencies: upgrade all dependencies (b503ee3)
  • documentation: fix documentation using wrong version fo react-styleguidist (67efadc)

2.1.2 (2019-12-02)

Bug Fixes

  • generateUtility: key was not generated when equal to 0 resulting in class such as .border-0 being incorrectly generated (597e1ae)

2.1.1 (2019-12-01)

Bug Fixes

  • dependencies: upgrade all dependencies (79ef08c)
  • utilities: using 2 arguments in generateUtility instead of options object (9b4fd9c)

2.1.0 (2019-11-30)

Bug Fixes

  • utilities: added utilities mixins (b81272d)

Features

  • utilities: added utilities mixins (01c7905)

2.0.8 (2019-11-29)

Bug Fixes

  • dependencies: upgrade all dependencies (3dc61cf)

2.0.7 (2019-06-17)

Bug Fixes

  • dependencies: upgrade all dependencies (80d8d0d)

2.0.6 (2019-02-05)

Bug Fixes

  • merge: resolv conflict. (e9d0ba4)

2.0.5 (2019-01-03)

Bug Fixes

  • button: using background instead of background for linear-gradient used within buttons (fde55e6)

2.0.4 (2019-01-03)

Bug Fixes

  • button: fixed linear-gradient values (c0b640c)
  • dependencies: upgrade all dependencies (8e58fb9)

2.0.3 (2018-12-21)

Bug Fixes

  • grid: fix grid having wrong css for col-* (b6b0f94)

2.0.2 (2018-12-21)

Bug Fixes

  • hover: added .active, .focus class to hover mixins. Improve many test without immutable (2344363)

2.0.1 (2018-12-20)

Bug Fixes

  • grid: fix grid framework (4968348)

2.0.0 (2018-12-20)

Bug Fixes

  • grid: Update grid breakpoint to reflect v4.1.3 of bootstrap v4 (37ae5c9), closes #16
  • grid: Update grid breakpoint to reflect v4.1.3 of bootstrap v4 (830912f), closes #16

BREAKING CHANGES

1.3.3 (2018-12-18)

Bug Fixes

1.3.2 (2018-12-18)

Bug Fixes

1.3.1 (2018-12-16)

Bug Fixes

  • greenkeeper: fix sonar running on greenkeeper test (ce21fda)

1.3.0 (2018-12-16)

Features

  • rollup: updated rollup and added greenkeeper (6d513fb)

1.2.0 (2018-12-07)

Features

1.1.2 (2018-12-05)

Bug Fixes

  • documentation: added new doc dependencies and improved documentation. (aae9ee3)
  • documentation: corrected typo in introduction ribbon. (8a14b7c)

1.1.1 (2018-12-03)

Bug Fixes

  • button: changed to allow gradient colors as background. (3c579d1)
  • linter: added stylelint to improve css linting. (a0406b5)
  • merge: resolv. (492103d)
  • variables utils: deleted and moved to more appropriate package @bootstrap-styled/bootstrap-styled (374f3c7)

1.1.0 (2018-11-14)

Features

  • doc: added documentation and updated some dependencies (8f5ad65)
  • doc: merge (47bdc4c)

1.0.2 (2018-11-05)

Bug Fixes

1.0.1 (2018-11-05)

Bug Fixes

1.0.0 (2018-10-03)

Bug Fixes

Features

  • commitizen: initialized project as commitizen and added badge in README (61507c5)
  • flex: added justify-content-evenly (c382535)

Changelog

All notable changes to this project will be documented in this file.

[?NEXT?] - ????-??-??

  • TODO: write changelog before preparing next tag

[v1.0.4] - 2018-04-16

  • Automatic changelog.

[1.0.2] - 2018-04-12

  • Removed wrong attributed argument to function getSpacingUtilities in utilities/spacing.

[1.0.1] - 2018-02-19

  • Corrected mistaked in defaultProps of mixin a.
  • Added the .overflow class to body tag in globalStyles.

[1.0.0] - 2017-09-26

  • Downgrade color to 1.0.3.

[0.0.5] - 2017-09-25

  • Upgraded bootstrap-styled-utils from 0.0.4 to 0.0.6.

[0.0.4] - 2017-09-25

  • Upgraded bootstrap-styled-utils from 0.0.2 to 0.0.4.

[0.0.3] - 2017-09-25

  • Removed math-utils dependency.
  • Upgraded to bootstrap-styled-utils from 0.0.1 to 0.0.2.

[0.0.2] - 2017-09-25

  • Added getTransitionUtilities to default exports in transition utility.

[0.0.1] - 2017-09-25

  • First release.