4.0.2 • Published 6 years ago

devel-style v4.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

=========

Stylesheet to help you develop a new site's html markup.

![devel-style](https://imgur.com/t6UXaq9)

Installation

npm install devel-style --save-dev

Requirements

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'],
        }
    ]
}

Usage

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">
...

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style.

Release History

  • 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
4.0.2

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.1.0

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago