Skip to content
New issue

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

Missing xl, xxl breaking points in scss ? #1554

Open
samssouza opened this issue Nov 20, 2024 · 1 comment
Open

Missing xl, xxl breaking points in scss ? #1554

samssouza opened this issue Nov 20, 2024 · 1 comment

Comments

@samssouza
Copy link

i am using scss to customize mdb but it seems like breakpoints above lg are not working with some classes(e.g float-xl-*). sm md and lg works but whenever I use xl, xxl breaking points are not applied. Is this expected ?

i am importing mdb using npm in application.scss
@import 'mdb-ui-kit/src/scss/mdb.free';

in package.json i build via

"build:css:compile": "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules",
"build:css:prefix": "postcss ./app/assets/builds/application.css --use=autoprefixer --output=./app/assets/builds/application.css",
@samssouza
Copy link
Author

Anyone ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant