-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Description
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",
Metadata
Metadata
Assignees
Labels
No labels