Skip to content

Commit

Permalink
jsPanel v4.0.0-beta.4.1
Browse files Browse the repository at this point in the history
bugfix in jspanel.css
  • Loading branch information
Flyer53 committed Apr 4, 2018
1 parent df6072b commit 10f0047
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions dist/jspanel.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/* jspanel.sass: 2018-03-30 17:50 */
/* jspanel.sass: 2018-04-04 23:08 */
/* http://stackoverflow.com/questions/30421570/sass-unicode-escape-is-not-preserved-in-css-file */
.jsPanel {
border: 0;
box-sizing: border-box;
vertical-align: baseline;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: normal;
display: flex;
flex-direction: column;
opacity: 0;
overflow: visible;
Expand Down
2 changes: 1 addition & 1 deletion dist/jspanel.min.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions es6module/jspanel.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/* jspanel.sass: 2018-03-30 17:50 */
/* jspanel.sass: 2018-04-04 23:08 */
/* http://stackoverflow.com/questions/30421570/sass-unicode-escape-is-not-preserved-in-css-file */
.jsPanel {
border: 0;
box-sizing: border-box;
vertical-align: baseline;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: normal;
display: flex;
flex-direction: column;
opacity: 0;
overflow: visible;
Expand Down
2 changes: 1 addition & 1 deletion es6module/jspanel.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/jspanel.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@charset "UTF-8"
/* jspanel.sass: 2018-03-30 17:50 */
/* jspanel.sass: 2018-04-04 23:08 */
/* http://stackoverflow.com/questions/30421570/sass-unicode-escape-is-not-preserved-in-css-file */
//@function unicode($str)
// @return unquote("\"")+unquote(str-insert($str, "\\", 1))+unquote("\"")
Expand Down Expand Up @@ -33,7 +33,7 @@

.jsPanel
+basic-mixin
display: flex
//display: flex // doesn't work well with smallify unless min-height is set for header
flex-direction: column
opacity: 0
overflow: visible
Expand Down

0 comments on commit 10f0047

Please sign in to comment.