- Timestamp:
- 08/25/2017 04:45:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
r11632 r11679 38 38 } 39 39 40 // To allow mixins to pass VendorPrefix scss-lint tests we disable lint-test41 // for specific blocks / rulesets42 // until such time as exemption lists can be built for the scss-lint.yml?43 // Any vendor prefix properties / mixins need to be in this block44 // scss-lint:disable VendorPrefix45 46 40 // Border border-radius mixins 47 41 @mixin border-radius($radius) { … … 98 92 #{$property}: calc(#{$expression}); 99 93 } 100 101 // Re-enable the VendorPrefix lint test102 // scss-lint:enable VendorPrefix103 94 104 95 // BP message boxes
Note: See TracChangeset
for help on using the changeset viewer.