0.3.0 • Published 1 year ago

@inialum/memories-css v0.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@inialum/memories-css

npm version

Fundamental CSS styles for the Memories - INIALUM Design System.
This library is provided as a Tailwind CSS plugin.

Installation

Before installing this package, make sure you have installed Tailwind CSS.

pnpm add -D @inialum/memories-css

Tailwind CSS Configuration

You should add the memories plugin to your tailwind.config.[ts|js|cjs].

// tailwind.config.ts

import { memories } from '@inialum/memories-css'
import { type Config } from 'tailwindcss'

const config = {
  content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
  plugins: [memories],
} satisfies Config

export default config

License

Licensed under Apache License 2.0. (except for images)
You are not allowed to use or distribute the images.

0.1.2-canary.0

1 year ago

0.1.2-canary.1

1 year ago

0.1.2-canary.2

1 year ago

0.1.2-canary.3

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.2.1-canary.0

1 year ago

0.2.1-canary.1

1 year ago

0.2.1-canary.2

1 year ago

0.2.1-canary.3

1 year ago

0.1.1

1 year ago

0.1.1-canary.0

1 year ago

0.1.0

1 year ago

0.0.4-canary.0

1 year ago

0.0.3

1 year ago

0.0.3-canary.1

1 year ago

0.0.1

1 year ago

0.0.1-canary.2

1 year ago

0.0.1-canary.1

1 year ago