Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 6, 2020. It is now read-only.

Commit a7984e9

Browse files
committed
Add comments to LESS file
1 parent ccffc94 commit a7984e9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

blocks/core/ff_module/ff_module-columnar-list/ff_module-columnar-list.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@
2424
width: 100%;
2525
padding: @ff_size_control_vertical/2 0;
2626
}
27+
28+
/*
29+
NOTE: there are no browser targeting prefixes as yet in patternlib - this targets code on webapp specifically
30+
TODO: Add add IE10 target in pattern-lib templates
31+
*/
2732
.ie10 &__item {
2833
display: block;
2934
}
35+
3036
&--with-url {
3137
padding: 0;
3238
}

0 commit comments

Comments
 (0)