reboot scss bootstrap 4

1

I have problems with the bootstrap reboot.scss using the css I ask for the change of the white color label and the reboot.scss is put before my change, I do not know what this is due to. Note: I'm practicing with wordpress, that's why the image of the functions

    
asked by mestanza 14.02.2017 в 20:15
source

2 answers

1

for your css to be recognized, you have to use the !importat tag, to overwrite the style.

#div{
background:white !important;
}
    
answered by 14.02.2017 в 20:22
0

I managed to solve it, simply change the bootstrap.min.css to the bootstrap.css

    
answered by 15.02.2017 в 13:10