npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

bootstrap-styled-mixins

v1.0.4

Published

Bootstrap mixins and utilities in javascript for bootstrap-styled.

Downloads

244

Readme

bootstrap-styled-mixins

Bootstrap mixins and utilities in javascript for bootstrap-styled.

Master

build status coverage report

Dev

build status coverage report

Table of Contents


Installation

$ npm install bootstrap-styled-mixins --save

Changelog

Mixins and Utilities

// mixins
export { default as aMixins } from './a';
export { default as alertMixins } from './alert';
export { default as backgroundVariantMixins } from './background-variant';
export { default as badgeMixins } from './badge';
export { default as radius } from './border-radius';
export { boxShadow } from './box-shadow';
export { default as bp } from './breakpoints';
export { default as buttonsMixins } from './buttons';
export { default as buttonGroupMixins } from './buttonGroup';
export { default as cardsMixins } from './cards';
export { clearfix } from './clearfix';
export { ifElse, ifThen } from './conditional';
export { default as floatMixins } from './float';
export { default as formsMixins } from './forms';
export { default as customformsMixins } from './customForms';
export { default as gradient } from './gradients';
export { default as gridMixins } from './grid';
export { default as gridFrameworkMixins } from './grid-framework';
export { hover } from './hover';
export { default as listGroupMixins } from './list-group';
export { default as listsMixins } from './lists';
export { default as navMixins } from './nav';
export { default as navbarMixins } from './navbar';
export { default as navDividerMixins } from './nav-divider';
export { default as navbarAlignMixins } from './navbar-align';
export { default as navbarToggleableMixins } from './navbar-toggleable';
export { default as paginationsMixins } from './paginations';
export { default as progressMixins } from './progress';
export { default as resetFilterMixins } from './reset-filter';
export { default as resetTextMixins } from './reset-text';
export { default as resizeMixins } from './resize';
export { srOnly, srOnlyFocusable } from './screen-reader';
export { size } from './size';
export { default as tabFocusMixins } from './tab-focus';
export { default as tableRowMixins } from './table-row';
export { default as textEmphasisMixins } from './text-emphasis';
export { default as textHideMixins } from './text-hide';
export { textTruncate } from './text-truncate';
export { transition } from './transition';
export { default as typographyMixins } from './typography';
export { default as variablesMixins } from './variables';
export { invisible } from './visibility';
// utilities
export { default as alignUtils } from './utilities/align';
export { default as backgroundUtils } from './utilities/background';
export { default as bordersUtils } from './utilities/borders';
export { default as clearfixUtils } from './utilities/clearfix';
export { default as cursorUtils } from './utilities/cursor';
export { default as displayUtils } from './utilities/display';
export { default as flexUtils } from './utilities/flex';
export { default as floatUtils } from './utilities/float';
export { default as positionUtils } from './utilities/position';
export { default as rebootUtils } from './utilities/reboot';
export { default as screenreadersUtils } from './utilities/screenreaders';
export { default as sizingUtils } from './utilities/sizing';
export { default as spacingUtils } from './utilities/spacing';
export { default as transitionUtils } from './utilities/transition';
export { default as textUtils } from './utilities/text';
export { default as visibilityUtils } from './utilities/visibility';
export { unitUtils } from 'math-utils';

Quick start

Clone project

git clone ssh://[email protected]:20024/styled-components/bootstrap-styled-mixins.git

Install dependencies

npm install

Build project

npm run build

Run unit test

npm test

Watch unit test

npm run test:watch

Watch the /dist directory

npm run build:dist:watch

Watch the /lib directory

npm run build:lib:watch

Contribute

master is used to release the version.

  • master only accept merge requests from dev

dev is the developement branch. It should be used by developers for applying their merge requests.

If you wish to implement new functionalities you need to do a merge request including your change on the dev branch.

git checkout dev
git checkout $(whoami)-dev
git push -u origin $(whoami)-dev 

License

Licensed under the MIT License, Copyright © 2017-present Yeutech Company Limited.

See LICENSE for more information.