Skip to content

Commit

Permalink
Merge branch 'seperated-themes-dir'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Jun 21, 2019
2 parents 3c0b311 + 4128e6c commit 87d6a2d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 16 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ Include code and style:
```js

// One of the following themes
import '/node_modules/@simonwep/pickr/dist/pickr.min.css'; // 'classic' theme
import '/node_modules/@simonwep/pickr/dist/pickr.monolith.min.css'; // 'monolith' theme
import '/node_modules/@simonwep/pickr/dist/pickr.nano.min.css'; // 'nano' theme
import '/node_modules/@simonwep/pickr/dist/themes/default.min.css'; // 'classic' theme
import '/node_modules/@simonwep/pickr/dist/themes/monolith.min.css'; // 'monolith' theme
import '/node_modules/@simonwep/pickr/dist/themes/nano.min.css'; // 'nano' theme

// Modern or es5 bundle
import Pickr from '/node_modules/@simonwep/pickr/dist/pickr.min';
Expand All @@ -91,9 +91,9 @@ jsdelivr:
```html

<!-- One of the following themes -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/pickr.min.css"/> <!-- 'classic' theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/pickr.monolith.min.css"/> <!-- 'monolith' theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/pickr.nano.min.css"/> <!-- 'nano' theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/themes/default.min.css"/> <!-- 'classic' theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/themes/monolith.min.css"/> <!-- 'monolith' theme -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/themes/nano.min.css"/> <!-- 'nano' theme -->

<!-- Modern or es5 bundle -->
<script src="https://cdn.jsdelivr.net/npm/@simonwep/pickr/dist/pickr.min.js"></script>
Expand Down
1 change: 1 addition & 0 deletions dist/themes/default.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/themes/monolith.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 87d6a2d

Please sign in to comment.