1.1.2 • Published 2 years ago

pastel-shades v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pastel-shades

Color your divs to make them easier to wrangle

Wrangling css can sometimes drive you to madness, coloring the background of each element helps immensely.

Don't forget to remove before pushing to production!

Before:

Before

After:

After

How to use

To use simply place the attribute pastel within a div and all of its children will have their background colored too.

  <div pastel>
    <div>
      <div>
      </div>
    </div
  </div

Installation

Run:

npm install pastel-shades

or

yarn add pastel-shades

Then in your js set-up:

const pastel = require("pastel-shades")
pastel.pastelStart();
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago