You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
First of all, awesome project! My question is that could it be possible to include the compiled CSS in the NPM package, so that if I don't use SASS at all I can easly import the minified CSS for my project?
For example when I'd like to use Font Awesome, all I have to do is import their bundled CSS like:
import 'font-awesome/css/font-awesome.min.css';
Thanks!
The text was updated successfully, but these errors were encountered:
Hi There
First of all, awesome project! My question is that could it be possible to include the compiled CSS in the NPM package, so that if I don't use SASS at all I can easly import the minified CSS for my project?
For example when I'd like to use Font Awesome, all I have to do is import their bundled CSS like:
Thanks!
The text was updated successfully, but these errors were encountered: