1.0.8 • Published 1 year ago

estarlincito-dev-tools v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Estarlincito Dev Tools

Estarlincito Dev Tools is my "tools dev" to make easy my web app.

Install estarlincito-dev-tools

Via npm

npm install estarlincito-dev-tools

Use Colors List

Colors is a list of rgb color to use in your css with val()

Demo: estarlincito.github.io/dev-colors

Add Colors List in your HTML

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <!-- here css link-->
    <link
      href="https://estarlincito.github.io/dev-colors/colors.css"
      rel="stylesheet"
    />
  </head>
  <body>
    <h1 class="text-3xl font-bold underline">Hello world!</h1>
  </body>
</html>

Add Colors List in your JSX...

import "estarlincito-dev-tools/colors.css";

Start using Colors List in your CSS

body {
  background-color: var(--lime-50);
  color: var(--lime-500);
}
1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago