UNPKG

bootstrap-styled

Version:

Bootstrap Styled is a front-end ecosystem for React made with Bootstrap 4 philosophy, using the power of css-in-js thanks to styled-components.

9 lines (8 loc) 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.linearGradientRe = void 0; // this regex will return an array of linear gradient color values when doing $var.match(linearGradientRe) var linearGradientRe = /#[0-9a-fA-F]{3,6}|rgb ?\([ 0-9.%,]+?\)/g; exports.linearGradientRe = linearGradientRe;