ololo

parent dcced249
......@@ -144,7 +144,7 @@ td, th {
padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
*, : after, :before {
*, :after, :before {
color: #000!important;
text-shadow: none!important;
background: 0 0!important;
......@@ -2179,12 +2179,12 @@ select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-contr
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
......
auxiliary.org-netbeans-modules-javascript-nodejs.run_2e_enabled=false
browser.autorefresh.Chrome.INTEGRATED=true
browser.autorefresh.SL[/Browsers/webviewBrowser=true
browser.highlightselection.Chrome.INTEGRATED=true
browser.highlightselection.SL[/Browsers/webviewBrowser=true
browser.run=true
files.encoding=UTF-8
site.root.folder=
source.folder=
start.file=index.php
web.context.root=/work_sample
This diff is collapsed.
{
"name": ".ssh",
"name": "work_sample",
"version": "1.0.0",
"keywords": ["util", "functional", "server", "client", "browser"],
"author": "gwieleng",
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
"author": "admin",
"contributors": [],
"scripts": {
"babel": "js/ --presets babel-preset-es2015 --out-dir js/gen",
"webpack": "webpack js/gen/main.js js/bundle.js"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"webpack": "^1.8.5"
}
}
\ No newline at end of file
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8"
},
"scripts": {
"build": "webpack --progress --colors",
"start": "webpack-dev-server --progress --colors"
}
}
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