2.11.2 • Published 5 years ago

sync-element-theme v2.11.2

Weekly downloads
8
License
-
Repository
-
Last release
5 years ago

Element Theme (Tailored for Sync)

Installation

npm i sync-element-theme -S

Usage

Use Sass import

@import 'sync-element-theme';

Or Use webpack

import 'sync-element-theme';

Or

<link rel="stylesheet" href="path/to/node_modules/sync-element-theme/lib/index.css">

Import on demand

import 'sync-element-theme/lib/input.css';
import 'sync-element-theme/lib/select.css';

// ...