4.0.2 • Published 7 years ago

devel-style v4.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.1.0

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago