Skip to content

Commit ce08b8e

Browse files
authored
Merge pull request #27 from webpixels/1.2
remove extra colors and spacing values through maps
2 parents 939ca3a + a109ca9 commit ce08b8e

File tree

17 files changed

+92
-24
lines changed

17 files changed

+92
-24
lines changed

dist/extra.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extra.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/utility.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/utility.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webpixels/css",
33
"description": "Utility and component-centric design system based on Bootstrap for fast, responsive UI development.",
4-
"version": "1.2.12",
4+
"version": "1.2.13",
55
"version_short": "1.2",
66
"license": "MIT",
77
"style": "dist/index.css",

scss/core/_maps.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
//
33
// Extends the default `$theme-colors` maps to help create our utilities.
44

5-
$theme-colors-rgb: map-loop($theme-colors, to-rgb, "$value") !default;
6-
$colors-rgb: map-loop($colors, to-rgb, "$value") !default;
7-
$surface-colors-rgb: map-loop($surface-colors, to-rgb, "$value") !default;
8-
9-
// Come v6, we'll de-dupe these variables. Until then, for backward compatibility, we keep them to reassign.
10-
// scss-docs-start utilities-colors
115
$utilities-colors: map-collect(
126
$colors-rgb,
137
$theme-colors-rgb

0 commit comments

Comments
 (0)