Skip to content

Conversation

@saviokmua
Copy link

07:34:58 css.1  | warning ../../package.json: No license field
07:34:58 css.1  | $ sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules
07:34:59 css.1  | Error: 0.25rem and 0 are incompatible.
07:34:59 css.1  |      ╷
07:34:59 css.1  | 4892 │   border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0;
07:34:59 css.1  |      │                       ^^^^^^^^^^^
07:34:59 css.1  |      ╵
07:34:59 css.1  |   admin-lte/dist/css/adminlte.css 4892:23                @import

border-top-width: 0;
border-top-left-radius: calc(0.25rem - 0);
border-top-right-radius: calc(0.25rem - 0);
border-top-left-radius: calc(0.25rem);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better is

 border-top-left-radius: 0.25rem;

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danny007in thanks! fixed

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@saviokmua saviokmua requested a review from danny007in November 3, 2023 17:55
@danny007in
Copy link
Collaborator

@danny007in
Copy link
Collaborator

please make changes in .scss file, .css files are compiled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants