Skip to content

NPM module development stylesheet to help you develop a new project

Notifications You must be signed in to change notification settings

DevelDoe/develStyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

=========

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

About

NPM module development stylesheet to help you develop a new project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages