Skip to content

Commit 39d44c3

Browse files
feat: 🎸 v0.2.2 files dist
1 parent 25127e2 commit 39d44c3

File tree

138 files changed

+21730
-64081
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+21730
-64081
lines changed

‎dist/atomic-package/atomic-package.css

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ input, select {
105105

106106
button {
107107
-webkit-appearance: none;
108-
-moz-appearance: none;
109108
appearance: none;
110109
border: none;
111110
background: none;
@@ -117,7 +116,6 @@ input[type="checkbox"],
117116
input[type="radio"],
118117
select {
119118
-webkit-appearance: none;
120-
-moz-appearance: none;
121119
appearance: none;
122120
outline: none;
123121
}
@@ -173,7 +171,6 @@ select {
173171

174172
textarea {
175173
-webkit-appearance: none;
176-
-moz-appearance: none;
177174
appearance: none;
178175
resize: none;
179176
}
@@ -10452,24 +10449,24 @@ readers do not read off random characters that represent icons */
1045210449
:not(pre) > kbd,
1045310450
:not(pre) > samp {
1045410451
font-size: 12px;
10455-
font-family: Consolas,monospace,serif;
10456-
color: #D05;
10452+
font-family: Consolas, monospace, serif;
10453+
color: #d05;
1045710454
white-space: nowrap;
1045810455
padding: 0 4px;
10459-
border: 1px solid #E5E5E5;
10456+
border: 1px solid #e5e5e5;
1046010457
border-radius: 3px;
1046110458
background: #fafafa;
1046210459
}
1046310460

1046410461
pre {
1046510462
padding: 10px;
1046610463
background: #fafafa;
10467-
font: 12px/18px Consolas,monospace,serif;
10464+
font: 12px/18px Consolas, monospace, serif;
1046810465
color: #666;
1046910466
-moz-tab-size: 4;
1047010467
tab-size: 4;
1047110468
overflow: auto;
10472-
border: 1px solid #E5E5E5;
10469+
border: 1px solid #e5e5e5;
1047310470
border-radius: 3px;
1047410471
}
1047510472

@@ -10519,6 +10516,11 @@ pre {
1051910516
text-align: center;
1052010517
}
1052110518

10519+
.text.right,
10520+
.string.right {
10521+
text-align: right;
10522+
}
10523+
1052210524
.text.strong,
1052310525
.string.strong {
1052410526
font-weight: bold;
@@ -13635,7 +13637,7 @@ input.btn.lofty {
1363513637
content: "\f040";
1363613638
}
1363713639

13638-
.icon.ap-pencil-square-o::before {
13640+
.icon.ap-edit::before, .icon.ap-pencil-square-o::before {
1363913641
content: "\f044";
1364013642
}
1364113643

‎dist/atomic-package/atomic-package.min.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/atomic-package/base/_setting.scss

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,6 @@ $linkMainColor: #3598DB;
4040
*/
4141
$fontFamily: Helvetica Neue, Arial, sans-serif, 'Hiragino Kaku Gothic Pro', 'メイリオ';
4242

43-
// @import "~@fortawesome/fontawesome-free/css/all.css";
44-
45-
// @import "../../../node_modules/@fortawesome/fontawesome-free/scss/fontawesome";
46-
47-
// @import "~@fortawesome/fontawesome-free/scss/fontawesome";
48-
49-
//@import "../../../node_modules/@fortawesome/fontawesome-free/scss/variables";
50-
//@import "/node_modules/@fortawesome/fontawesome-free/scss/mixins";
51-
//@import "/node_modules/@fortawesome/fontawesome-free/scss/core";
52-
//@import "/node_modules/@fortawesome/fontawesome-free/scss/larger";
53-
//@import "/node_modules/@fortawesome/fontawesome-free/scss/fixed-width";
54-
//@import "/node_modules/@fortawesome/fontawesome-free/scss/list";
55-
//@import "/node_modules/@fortawesome/fontawesome-free/scss/animated";
56-
//@import "/node_modules/@fortawesome/fontawesome-free/scss/rotated-flipped";
57-
//@import "/node_modules/@fortawesome/fontawesome-free/scss/stacked";
58-
//@import "/node_modules/@fortawesome/fontawesome-free/scss/icons";
59-
//@import "/node_modules/@fortawesome/fontawesome-free/scss/screen-reader";
60-
6143
@font-face {
6244
font-family: 'FontAwesome';
6345
src: url("#{$fontPath}fontawesome-webfont.woff2") format('woff2'),
@@ -72,7 +54,6 @@ $fontFamily: Helvetica Neue, Arial, sans-serif, 'Hiragino Kaku Gothic Pro', 'メ
7254
*/
7355
$thumbnailWidth: 45px;
7456

75-
7657
/*
7758
* Layout Variables
7859
*/

‎dist/atomic-package/parts/_base.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
:not(pre) > kbd,
33
:not(pre) > samp {
44
font-size: 12px;
5-
font-family: Consolas,monospace,serif;
6-
color: #D05;
5+
font-family: Consolas, monospace, serif;
6+
color: #d05;
77
white-space: nowrap;
88
padding: 0 4px;
9-
border: 1px solid #E5E5E5;
9+
border: 1px solid #e5e5e5;
1010
border-radius: 3px;
1111
background: #fafafa;
1212
}
1313

1414
pre {
1515
padding: 10px;
1616
background: #fafafa;
17-
font: 12px/18px Consolas,monospace,serif;
17+
font: 12px/18px Consolas, monospace, serif;
1818
color: #666;
1919
-moz-tab-size: 4;
2020
tab-size: 4;
2121
overflow: auto;
22-
border: 1px solid #E5E5E5;
22+
border: 1px solid #e5e5e5;
2323
border-radius: 3px;
2424
}

0 commit comments

Comments
 (0)