@tingenio/apolo-ui
TypeScript icon, indicating that this package has built-in type declarations

1.5.26 • Public • Published

APOLO-UI

Instalación

1. Instalamos tailwind

npm install -D tailwindcss postcss autoprefixer 

2. Creamos archivo de configuración

npx tailwindcss init
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: [
    "./node_modules/@tingenio/apolo-ui/dist/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {
      colors: {
        primary: {
          DEFAULT: '#000000',
          hover: '#433e3e'
        },
        secondary: {
          DEFAULT: '#ecc94b'
        }
      }
    },
  },
  plugins: [],
}

3. Creamos archivo postcss.config.js

module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
};

Readme

Keywords

none

Package Sidebar

Install

npm i @tingenio/apolo-ui

Weekly Downloads

4

Version

1.5.26

License

ISC

Unpacked Size

1.02 MB

Total Files

134

Last publish

Collaborators

  • strike16
  • waristi