Licence
MIT
Version
1.1.9
Deps
26
Size
8.5 MB
Vulns
13
Weekly
0
A npm package of core for OrianSoft.
Installation
npm i @orians/core
Or
yarn add @orians/core
Uses
import { App } from '@orians/core';
Credits
License
The MIT License (MIT). Please see License File for more information.
Import in app.css
@import '@orians/core/tailwind/base';
Configure in tailwind.config.js
/** @type {import('tailwindcss').Config} */
import config from '@orians/core/tailwind';
export default {
...config,
content: ['./vendor/**/*.{js,ts,jsx,php,blade.php}', './storage/**/*.{js,ts,jsx,php,blade.php}', './resources/**/*.{js,ts,jsx,php,blade.php}', './app/**/*.{php,blade.php}'],
};
Configure in postcss.config.js
import config from '@orians/core/tailwind/postcss';
export default config;
Credits
License
The MIT License (MIT). Please see License File for more information.