Changeset 11679 for trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
- Timestamp:
- 08/25/2017 04:45:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
r11632 r11679 75 75 } 76 76 77 // To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test78 // for specific blocks / rulesets79 // until such time as exemption lists can be built for the scss-lint.yml?80 // Any vendor prefix properties / mixins need to be in this block81 82 // scss-lint:disable VendorPrefix83 84 77 // Border border-radius mixins 85 78 @mixin border-radius($radius) { … … 136 129 #{$property}: calc(#{$expression}); 137 130 } 138 139 // Re-enable the VendorPrefix lint test140 // scss-lint:enable VendorPrefix141 131 142 132 // BP message boxes
Note: See TracChangeset
for help on using the changeset viewer.