Coder Social home page Coder Social logo

Comments (4)

babakhakimi avatar babakhakimi commented on September 6, 2024

And one more thing why when this variable exists in bootstrap
--bs-link-hover-color
Why is this variable used?
--as-link-hover-color

And also many other variables in Bootstrap that are replaced instead of being changed

from astroid-framework.

sonvnn avatar sonvnn commented on September 6, 2024

@babakhakimi I am not sure what you mean. Can you give me your link to debug?

from astroid-framework.

babakhakimi avatar babakhakimi commented on September 6, 2024

hi sonny @sonvnn
Ok, I will try to explain my problem better
There is a problem in languages ​​that are written from right to left, such as Persian or Arabic
For example, when we use px-3 class
That element must have padding from the left and right sides
It is not a problem in languages ​​like English that are written from left to right because the format does not perform the conversion operation, but when we change the language of the site to one of the languages ​​I mentioned.

The px-3 class does not work properly and gets padding only on one side

in english :

.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}

in persian:
.px-3 {
padding-left: 0 !important;
padding-right: 1rem !important;
}

I hope I was able to explain it well
Best Regards,
babakhakimi

from astroid-framework.

sonvnn avatar sonvnn commented on September 6, 2024

@babakhakimi I am sorry for late reply. Can you send me your livesite? I will check it.

Thanks,
Sonny

from astroid-framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.