We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I try to override the style of patternfly using the following tutorial.
However when i try to import the less file of patternfly
@import "patternfly/dist/less/patternfly";
I have the following error :
ERROR in ./src/assets/less/mystyle.less (./node_modules/raw-loader!./node_modules/postcss-loader/lib??embedded!./node_modules/less-loader/dist/cjs.js??ref--15-3!./src/assets/less/mystyle.less) Module build failed: // Bootstrap @import "bootstrap/less/bootstrap.less"; ^ 'bootstrap/less/bootstrap.less' wasn't found. Tried - C:\Users\jpgouin\Desktop\Projet\RetD\Patternfly\santo-pf-app\node_modules\patternfly\dist\less\bootstrap\less\bootstrap.less,npm://bootstrap\less\bootstrap.less,bootstrap\less\bootstrap.less in C:\Users\jpgouin\Desktop\Projet\RetD\Patternfly\santo-pf-app\node_modules\patternfly\dist\less\patternfly.less (line 6, column 0)
By looking into the code , i can see that the file is located into dependencies/boostrap.less into the dist of patternfly and not bootstrap/less/.
Did i miss something ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I try to override the style of patternfly using the following tutorial.
However when i try to import the less file of patternfly
I have the following error :
By looking into the code , i can see that the file is located into dependencies/boostrap.less into the dist of patternfly and not bootstrap/less/.
Did i miss something ?
The text was updated successfully, but these errors were encountered: