Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NuxtJS Warning: (2047:3) Replace fill-available to stretch, because spec had been changed #143

Open
KamranMaqbool opened this issue Jul 24, 2020 · 1 comment

Comments

@KamranMaqbool
Copy link

Hi!
i'am creating NuxtJS Project and install npm install vue-froala-wysiwyg but give warnings

NuxtJS Version : "nuxt": "^2.0.0",
Froala Version : "vue-froala-wysiwyg": "^3.2.0"

creating froala.js file in plugins folder

import Vue from 'vue'
import VueFroala from 'vue-froala-wysiwyg'
import "froala-editor/js/froala_editor.pkgd.min.js"
Vue.use(VueFroala)

Add Css files in nuxt.config.js File
css: [
"~node_modules/froala-editor/css/froala_editor.pkgd.css",
"~node_modules/froala-editor/css/froala_style.css",
],

but in terminal give me 3 Warnings
WARN Compiled with 3 warnings
WARN in ./node_modules/froala-editor/css/froala_editor.pkgd.css
Module Warning (from ./node_modules/postcss-loader/src/index.js)
(1990:3) Replace fill-available to stretch, because spec had been changed

2- WARN in ./node_modules/froala-editor/css/froala_editor.pkgd.css
Module Warning (from ./node_modules/postcss-loader/src/index.js):
(2047:3) Replace fill-available to stretch, because spec had been changed

3- WARN in ./node_modules/froala-editor/css/froala_editor.pkgd.css
Module Warning (from ./node_modules/postcss-loader/src/index.js):
(2111:3) Replace fill-available to stretch, because spec had been changed

@arwinvdv
Copy link

See also: froala/wysiwyg-editor#3989
Same issue here but the editor works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants