Skip to content

Commit 34911ed

Browse files
committed
.gitattributes: fix build files path
2 parents 8d0b5b4 + e38b1da commit 34911ed

File tree

5 files changed

+21
-20
lines changed

5 files changed

+21
-20
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mojs-curve-editor.js merge=ours
2-
mojs-curve-editor.min.js merge=ours
1+
app/build/mojs-curve-editor.js merge=ours
2+
app/build/mojs-curve-editor.min.js merge=ours
33
*.postcss.css.json merge=ours

app/build/mojs-curve-editor.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ return /******/ (function(modules) { // webpackBootstrap
7575
/******/ }
7676
/******/
7777
/******/ var hotApplyOnUpdate = true;
78-
/******/ var hotCurrentHash = "bbb2b6ded8b95eda4161"; // eslint-disable-line no-unused-vars
78+
/******/ var hotCurrentHash = "3074fd175cc069076662"; // eslint-disable-line no-unused-vars
7979
/******/ var hotCurrentModuleData = {};
8080
/******/ var hotCurrentParents = []; // eslint-disable-line no-unused-vars
8181
/******/
@@ -9962,9 +9962,9 @@ return /******/ (function(modules) { // webpackBootstrap
99629962
/***/ function(module, exports) {
99639963

99649964
module.exports = {
9965-
"code-panel": "_code-panel_t4jil_3",
9966-
"code-panel__input-wrap": "_code-panel__input-wrap_t4jil_1",
9967-
"code-panel__input-field": "_code-panel__input-field_t4jil_1"
9965+
"code-panel": "_code-panel_jgqhb_3",
9966+
"code-panel__input-wrap": "_code-panel__input-wrap_jgqhb_1",
9967+
"code-panel__input-field": "_code-panel__input-field_jgqhb_1"
99689968
};
99699969

99709970
/***/ },
@@ -10002,7 +10002,7 @@ return /******/ (function(modules) { // webpackBootstrap
1000210002

1000310003

1000410004
// module
10005-
exports.push([module.id, "._code-panel_t4jil_3{position:absolute;left:10px;right:10px;margin-top:-32px;border-radius:6px 6px 0 0;background:#3d1b3c;z-index:1}._code-panel__input-wrap_t4jil_1{margin:5px;border-radius:2px;background:#3a083a;border:1px solid #b3a0b2;box-shadow:inset 3px 3px 0 rgba(0,0,0,.5)}._code-panel__input-field_t4jil_1{display:block;background:transparent;color:#fff;font-size:9px;letter-spacing:.45px;font-weight:100;padding:.4em .3em .6em .8em;border:none;width:100%}._code-panel_t4jil_3 ::-moz-selection,.code-panel ::-moz-selection{background:#ff512f}._code-panel_t4jil_3 ::selection{background:#ff512f}", ""]);
10005+
exports.push([module.id, "._code-panel_jgqhb_3{position:absolute;left:10px;right:10px;margin-top:-32px;border-radius:6px 6px 0 0;background:#3d1b3c;z-index:1}._code-panel__input-wrap_jgqhb_1{margin:5px 5px 4px;border-radius:2px;background:#3a083a;border:1px solid #b3a0b2;box-shadow:inset 3px 3px 0 rgba(0,0,0,.5)}._code-panel__input-field_jgqhb_1{display:block;background:transparent;color:#fff;font-size:9px;letter-spacing:.45px;line-height:21px;font-weight:100;padding:0 .3em 0 .8em;border:none;width:100%}._code-panel_jgqhb_3 ::-moz-selection,.code-panel ::-moz-selection{background:#ff512f}._code-panel_jgqhb_3 ::selection{background:#ff512f}", ""]);
1000610006

1000710007
// exports
1000810008

app/build/mojs-curve-editor.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/css/blocks/code-panel.postcss.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,24 @@
1010
z-index: 1;
1111

1212
&__input-wrap {
13-
margin: calc( 5 * $PX );
13+
margin: calc( 5 * $PX ) calc( 5 * $PX ) calc( 4 * $PX ) calc( 5 * $PX );
1414
border-radius: calc( 2 * $PX );
1515
background: rgba( 58, 8, 58, 1 );
1616
border: 1px solid $c-pastel-purple;
1717
box-shadow: inset calc( 3 * $PX ) calc( 3 * $PX ) 0 rgba(0,0,0,0.5);
1818
}
1919

2020
&__input-field {
21-
display: block;
22-
background: transparent;
23-
color: $c-white;
24-
font-size: 9px;
21+
display: block;
22+
background: transparent;
23+
color: $c-white;
24+
font-size: 9px;
2525
letter-spacing: 0.45px;
26-
font-weight: 100;
27-
padding: 0.4em 0.3em 0.6em 0.8em;
28-
border: none;
29-
width: 100%;
26+
line-height: 21px;
27+
font-weight: 100;
28+
padding: 0 0.3em 0 0.8em;
29+
border: none;
30+
width: 100%;
3031
}
3132
& ::selection {
3233
background: $c-orange;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"code-panel":"_code-panel_t4jil_3","code-panel__input-wrap":"_code-panel__input-wrap_t4jil_1","code-panel__input-field":"_code-panel__input-field_t4jil_1"}
1+
{"code-panel":"_code-panel_jgqhb_3","code-panel__input-wrap":"_code-panel__input-wrap_jgqhb_1","code-panel__input-field":"_code-panel__input-field_jgqhb_1"}

0 commit comments

Comments
 (0)