@mythril/css-framework

1.0.0-alpha.2 • Public • Published

Mythril CSS Framework

Standalone CSS framework for the Mythril Component Library. This is required when using the @mythril/vue-library as well.

Importing

This CSS framework can of course be imported anywhere, but since this is a vue-specific component library below is examples of importing to Vue3 and Nuxt3:

Importing into Vue

// main.js
import '@mythril/css-framework/style.css'

Importing into Nuxt

// nuxt.config.ts

export default defineNuxtConfig({
  ...
  css: [
    ...
    '@mythril/css-framework/style.css'
    ...
  ]
  ...
})

/@mythril/css-framework/

    Package Sidebar

    Install

    npm i @mythril/css-framework

    Weekly Downloads

    0

    Version

    1.0.0-alpha.2

    License

    ISC

    Unpacked Size

    6.19 kB

    Total Files

    3

    Last publish

    Collaborators

    • randerson8907