=========
Stylesheet to help you develop a new site's html markup.
![devel-style](https://imgur.com/t6UXaq9)
npm install devel-style --save-dev
npm install style-loader css-loader --save-dev
Don't forget to add #background and #app elements id's
webpack.config.js
module: {
rules: [
{
test: /\.css$/,
loaders: ['style-loader', 'css-loader'],
}
]
}
import:
import '{path to node_modules}/devel-style/devel-style.css'
add #background id to body & #shell id wrappers:
...
<body id="background">
<div id="shell">
...
In lieu of a formal styleguide, take care to maintain the existing coding style.
- 1.0 Initial release
- 1.1 Fixed styling for tables and inputs
- 1.2 Added some styling to textarea
- 2.0 Major facelift GUI
- 3.0 Major facelift