@frontile/theme
TypeScript icon, indicating that this package has built-in type declarations

0.17.0-beta.10 • Public • Published

@frontile/theme

Component Library for Ember Octane apps: Theme

Compatibility

  • Ember.js v3.16 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Installation

ember install @frontile/theme

Styles

// tailwind.config.js

const { frontile, safelist } = require('@frontile/theme/plugin');

module.exports = {
  content: []
    './app/**/*.{html,js,ts,hbs,gts,gjs}',
    './node_modules/@frontile/theme/dist/**/*.js',
  ],
  safelist: [
    ...safelist,
  ],
  darkMode: "class",
  theme: {
    extend: {},
  },
  plugins: [frontile()],
  // ...
};

Documentation

Visit frontile.dev to read the docs and see live demos.

License

This project is licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i @frontile/theme

Weekly Downloads

24

Version

0.17.0-beta.10

License

MIT

Unpacked Size

344 kB

Total Files

84

Last publish

Collaborators

  • josemarluedke