This commit is contained in:
tugcekucukoglu 2023-12-21 10:56:38 +03:00
parent 84f735ef77
commit 23676e7381
5 changed files with 5 additions and 5 deletions

View file

@ -127,7 +127,7 @@ export default {
let breakpointStyle = '';
for (let styleProp in this.breakpoints[breakpoint]) {
breakpointStyle += styleProp + ':' + this.breakpoints[breakpoint][styleProp] + ';';
breakpointStyle += styleProp + ':' + this.breakpoints[breakpoint][styleProp] + '!important;';
}
innerHTML += `