Skip to content

Commit 3bee284

Browse files
committed
v1.1.91
1 parent 033d002 commit 3bee284

File tree

6 files changed

+28
-7
lines changed

6 files changed

+28
-7
lines changed

dist/index.css

Lines changed: 3 additions & 3 deletions
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/utilities.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/* Error: This file is already being loaded.
2+
* ,
3+
* 7 | @import "utilities";
4+
* | ^^^^^^^^^^^
5+
* '
6+
* src/utilities.scss 7:9 root stylesheet */
7+
8+
body::before {
9+
font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
10+
"Droid Sans Mono", monospace, monospace;
11+
white-space: pre;
12+
display: block;
13+
padding: 1em;
14+
margin-bottom: 1em;
15+
border-bottom: 2px solid black;
16+
content: 'Error: This file is already being loaded.\a \2577 \a 7 \2502 @import "utilities";\a \2502 ^^^^^^^^^^^\a \2575 \a src/utilities.scss 7:9 root stylesheet';
17+
}

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.1.9",
4+
"version": "1.1.91",
55
"version_short": "1.1",
66
"license": "MIT",
77
"style": "dist/index.css",

src/forms/_form.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
// Form
55
//
66

7+
form {
8+
margin-block-end: 0;
9+
}
10+
711
.form-control {
812
&:focus {
913
&::placeholder {

src/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Webpixels CSS v1.1.9 (https://webpixels.io/)
3-
* Copyright 2021 Webpixels
2+
* Webpixels CSS v1.1.91 (https://webpixels.io/)
3+
* Copyright 2022 Webpixels
44
* Licensed under MIT (https://github.com/webpixels/css/blob/main/LICENSE)
55
*/
66

0 commit comments

Comments
 (0)