Sass: Apply a Style Until a Condition is Met with @while bug

Hello, I’m trying to complete the task but there seems to be a bug where when I check whether the task has been completed correctly it keeps saying ‘Your .text-1 class should have a font-size of 5px.’ even though when i check the particular element its font-size is set to 5px.

Some devices (Apple devices especially) will set your browser defaults to have a minimum text size that is larger than 5px. Dig into your browser settings and see if the fontsize is being overwritten.

1 Like

Hi Thanks for your help, I have resolve this issue :slight_smile: