- Timestamp:
- 05/02/2018 03:01:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp-mixins.scss
r11974 r12036 143 143 // These two mixins add hide/show properties for clicked/focussed elements. 144 144 // They may be added to existing rulesets or added to a class selector 145 // rulesets to use hard oced to template markup.145 // rulesets to use hardcoded to template markup. 146 146 147 147 // Convenience helper to add hide properties to rulesets … … 163 163 164 164 // Box model - defaults to value 'border-box' 165 // Vendor prefixes are pretty much redundent for this property,165 // Vendor prefixes are pretty much redundant for this property, 166 166 // consider removing 167 167 … … 250 250 // Flexbox Mixins 251 251 252 // Set display to box flex & set the direc ction and wrapping behavour252 // Set display to box flex & set the direction and wrapping behavior 253 253 // shorthand for flex-direction & flex wrap - default ( row wrap ) 254 254 … … 303 303 // it won't work in all browsers, older browser will simply 304 304 // fall back to non centered or using older techniques. 305 // N.B It would be prefer eable to remove the older property syntax305 // N.B It would be preferable to remove the older property syntax 306 306 307 307 @mixin center-vert() {
Note: See TracChangeset
for help on using the changeset viewer.