2.4.1 • Published 6 months ago

raboni-styles v2.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Raboni Styles

Raboni Styles é um conjunto de classes, componentes, icons, mixins e variáveis SCSS reutilizáveis para estilizar aplicações de forma consistente.

Instalação

npm install raboni-styles

## Config your vite.config.js
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import path from 'path';
import { viteStaticCopy } from 'vite-plugin-static-copy';

export default defineConfig({
  plugins: [
    react(),
    viteStaticCopy({
      targets: [
        {
          src: 'node_modules/raboni-styles/scss/icons/fonts/*',
          dest: 'assets/fonts'
        }
      ]
    })
  ],
  resolve: {
    alias: {
      '@': path.resolve(__dirname, './src'),
      'raboni-styles': path.resolve(__dirname, 'node_modules/raboni-styles/scss/main.scss'),
    },
  },
  css: {
    preprocessorOptions: {
      scss: {
        additionalData: `@use "raboni-styles" as *;`,
      },
    },
  },
})

##Example use mixins flex
.card{
    @include flex();
    @include flex-row();
    @include flex-align-center();
    gap:1rem;
    border: 1px solid #ccc;
    border-radius: 10px;
}

##Example use classes flex
const Example = () => {

    return (
        <div className='frow-center fgap-10'>
            Example
        </div>
    )

}
export default Example
2.2.1

9 months ago

2.0.3

10 months ago

2.2.0

10 months ago

2.0.2

10 months ago

2.4.1

6 months ago

2.2.3

9 months ago

2.0.5

10 months ago

2.4.0

6 months ago

2.2.2

9 months ago

2.0.4

10 months ago

2.2.5

9 months ago

2.0.7

10 months ago

2.2.4

9 months ago

2.0.6

10 months ago

2.2.7

9 months ago

2.0.9

10 months ago

2.2.6

9 months ago

2.0.8

10 months ago

2.0.1

10 months ago

2.3.8

6 months ago

2.3.7

6 months ago

2.1.9

10 months ago

2.3.9

6 months ago

2.3.0

9 months ago

2.1.2

10 months ago

2.1.1

10 months ago

2.3.2

9 months ago

2.1.4

10 months ago

2.3.1

9 months ago

2.1.3

10 months ago

2.3.4

9 months ago

2.1.6

10 months ago

2.3.3

9 months ago

2.1.5

10 months ago

2.3.6

6 months ago

2.1.8

10 months ago

2.3.5

6 months ago

2.1.7

10 months ago

2.1.0

10 months ago

2.2.9

9 months ago

2.2.8

9 months ago

1.1.9

10 months ago

1.9.1

11 months ago

1.1.8

10 months ago

1.8.1

11 months ago

1.1.7

10 months ago

1.7.1

11 months ago

1.1.6

10 months ago

1.6.1

11 months ago

1.1.5

10 months ago

1.5.1

11 months ago

1.1.4

10 months ago

1.4.1

11 months ago

1.1.3

10 months ago

1.1.2

11 months ago

2.0.0

10 months ago

1.3.1

1 year ago

1.2.1

1 year ago

1.1.1

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

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

1.0.0

1 year ago

0.0.0

1 year ago