mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#1022 Eliminate unused width-container utility classes
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
@for $length from 0 to 500 {
|
||||
.isa-container-width-#{$length} {
|
||||
width: #{$length}px;
|
||||
}
|
||||
|
||||
.isa-container-height-#{$length} {
|
||||
height: #{$length}px;
|
||||
}
|
||||
.isa-container-width-305 {
|
||||
width: 305px;
|
||||
}
|
||||
|
||||
.isa-container-width-380 {
|
||||
width: 380px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user