This repository was archived by the owner on Feb 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 233
Customize style #1171
Copy link
Copy link
Open
Description
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 ?
Metadata
Metadata
Assignees
Labels
No labels