@jinntec/fore 1.0.0-3 → 1.0.0-4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/fore-all.js +10 -10
- package/dist/fore-debug.js +140 -0
- package/package.json +4 -6
- package/resources/{vars.css → fore-styles.css} +292 -0
- package/src/fore.js +2 -0
- package/dist/fore.js +0 -2
- package/resources/fore.css +0 -196
- package/resources/toastify.css +0 -87
package/README.md
CHANGED
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
|
|
19
19
|
Sorry for being loud - some people complaining not finding demos.
|
|
20
20
|
|
|
21
|
+
> ATTENTION: Demos are out of sync with latest release. If you want latest and greatest checkout your local copy please. Demos will be updated
|
|
22
|
+
> for final release.
|
|
23
|
+
|
|
21
24
|
## [Element Reference](https://jinntec.github.io/Fore/doc/reference.html)
|
|
22
25
|
|
|
23
26
|
For latest and greatest please use a local installation. See 'Running demos and docs'
|