Hi all,
I try to use Formantic UI (https://github.com/fomantic/Fomantic-UI) after Semantic UI is not updated.
I install it by following their NPM installation method. After done install and I test out its UI element and seems to be working fine.
However, I got the following warning message whenever I start the Meteor project. I’m not sure how to fix it. Please advice. Thanks.
Does the following error message familiar to you guys?
app/semantic/dist/components/site.css: warn: There are some @import rules those are not taking effect as they are required to be in the beginning of the file.
app/semantic/dist/components/site.min.css: warn: There are some @import rules those are not taking effect as they are required to be in the beginning of the file.
app/semantic/dist/semantic.css: warn: There are some @import rules those are not taking effect as they are required to be in the beginning of the file.
app/semantic/dist/semantic.min.css: warn: There are some @import rules those are not taking effect as they are required to be in the beginning of the file.