Skip to content

Commit

Permalink
Dev: added minified panelboxes css and build command
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Dec 27, 2017
1 parent 64ea4aa commit 1d64903
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
10 changes: 1 addition & 9 deletions assets/packages/panelboxes/build/panelboxes.css
@@ -1,9 +1 @@
.ls-panelboxes .ls-panelboxes-panelbox {
padding: 20px;
height: 200px;
position: relative;
margin: 10px 0; }
.ls-panelboxes .ls-panelboxes-panelbox .ls-panelboxes-panelbox-inner {
position: absolute;
width: 95%;
height: 100%; }
.ls-panelboxes .ls-panelboxes-panelbox{padding:20px;height:200px;position:relative;margin:10px 0}.ls-panelboxes .ls-panelboxes-panelbox .ls-panelboxes-panelbox-inner{position:absolute;width:95%;height:100%}
1 change: 1 addition & 0 deletions assets/packages/panelboxes/build/panelboxes.min.css
@@ -0,0 +1 @@
.ls-panelboxes .ls-panelboxes-panelbox{padding:20px;height:200px;position:relative;margin:10px 0}.ls-panelboxes .ls-panelboxes-panelbox .ls-panelboxes-panelbox-inner{position:absolute;width:95%;height:100%}
1 change: 1 addition & 0 deletions assets/packages/panelboxes/compile.sh
@@ -1 +1,2 @@
sass src/main.scss > build/panelboxes.css
sass src/main.scss -t compressed > build/panelboxes.css
11 changes: 11 additions & 0 deletions assets/packages/panelboxes/compressed
@@ -0,0 +1,11 @@
.ls-panelboxes .ls-panelboxes-panelbox {
padding: 20px;
height: 200px;
position: relative;
margin: 10px 0; }
.ls-panelboxes .ls-panelboxes-panelbox .ls-panelboxes-panelbox-inner {
position: absolute;
width: 95%;
height: 100%; }

/*# sourceMappingURL=compressed.map */
7 changes: 7 additions & 0 deletions assets/packages/panelboxes/compressed.map
@@ -0,0 +1,7 @@
{
"version": 3,
"mappings": "AAAA,sCAAwB;EACpB,OAAO,EAAC,IAAI;EACZ,MAAM,EAAE,KAAK;EACb,QAAQ,EAAC,QAAQ;EACjB,MAAM,EAAE,MAAM;EAEd,oEAA8B;IAC1B,QAAQ,EAAE,QAAQ;IAClB,KAAK,EAAC,GAAG;IACT,MAAM,EAAC,IAAI",
"sources": ["src/box.scss"],
"names": [],
"file": "compressed"
}

0 comments on commit 1d64903

Please sign in to comment.