Replies: 1 comment 1 reply
-
If you're looking to use the .p-3 class, you can try |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting a compiling error while trying to use "@include" command in my sass theme file. It did work with old versions of understrap however. How can I activate this again to reuse classes?
Error: Undefined mixin. ╷ 29 │ @include p-3; │ ^^^^^^^^^^^^ ╵ src/sass/theme/_child_theme.scss 29:9 @import src/sass/child-theme.scss 11:9 root stylesheet ERROR: "css-compile" exited with 65. ERROR: "css" exited with 1. [nodemon] app crashed - waiting for file changes before starting... [nodemon] restarting due to changes... [nodemon] starting
npm-run-all css``I am running latest version of node.js and npm.
Beta Was this translation helpful? Give feedback.
All reactions