Commit 1304c389 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[Styles] add Graph.sass & yarn sass compiler

parent ab4137eb
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
<!-- <link href="styles/lavish-bootstrap.css" rel="stylesheet"> --> <!-- <link href="styles/lavish-bootstrap.css" rel="stylesheet"> -->
<link rel="stylesheet" type="text/css" href="styles/context-menu.css"/> <link rel="stylesheet" type="text/css" href="styles/context-menu.css"/>
<link rel="stylesheet" type="text/css" href="styles/menu.css"/> <link rel="stylesheet" type="text/css" href="styles/menu.css"/>
<link href="styles/Login.css" rel="stylesheet"> <link href="styles/Graph.css" rel="stylesheet" type="text/css" />
<link href="styles/Login.css" rel="stylesheet" type="text/css" />
<style> <style>
* {margin: 0; padding: 0; list-style: none;} * {margin: 0; padding: 0; list-style: none;}
.tree ul li { .tree ul li {
......
#graph-explorer #toolbar {
display: flex;
flex-direction: column;
}
#graph-explorer #toolbar ul {
display: flex;
flex-direction: row;
}
#graph-explorer #toolbar ul li {
display: flex;
max-width: 200px;
}
/*# sourceMappingURL=Graph.css.map */
#graph-explorer
#toolbar
display: flex
flex-direction: column
ul
display: flex
flex-direction: row
li
display: flex
max-width: 200px
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
"install-ps": "psc-package install", "install-ps": "psc-package install",
"compile": "pulp --psc-package build", "compile": "pulp --psc-package build",
"build": "pulp --psc-package browserify -t dist/bundle.js", "build": "pulp --psc-package browserify -t dist/bundle.js",
"sass": "sass dist/styles/",
"dev": "webpack-dev-server --env dev --mode development", "dev": "webpack-dev-server --env dev --mode development",
"repl": "pulp --psc-package repl", "repl": "pulp --psc-package repl",
"clean": "rm -Rf output" "clean": "rm -Rf output"
...@@ -19,6 +20,7 @@ ...@@ -19,6 +20,7 @@
"prop-types": "15.6.2", "prop-types": "15.6.2",
"react": "^16.8.6", "react": "^16.8.6",
"react-dom": "^16.8.6", "react-dom": "^16.8.6",
"sass": "^1.22.9",
"sigma": "git://github.com/jjl/sigma.js#garg" "sigma": "git://github.com/jjl/sigma.js#garg"
}, },
"eslintConfig": { "eslintConfig": {
...@@ -41,6 +43,7 @@ ...@@ -41,6 +43,7 @@
"html-webpack-plugin": "^4.0.0-beta.5", "html-webpack-plugin": "^4.0.0-beta.5",
"http-server": "^0.11.1", "http-server": "^0.11.1",
"mini-css-extract-plugin": "^0.5.0", "mini-css-extract-plugin": "^0.5.0",
"psc": "^0.1.1",
"psc-package": "^3.0.1", "psc-package": "^3.0.1",
"pulp": "^12.4.0", "pulp": "^12.4.0",
"purescript": "^0.12.4", "purescript": "^0.12.4",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment