When working with SCSS, I am wondering how to modify an element's attribute. For instance:
a1{
a2{
img{
top: 0;
}}}
If the .scss file is located in the same folder as the .ts file, how can I use Typescript to change the value from 0 to 10?