Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/02/2018 03:01:16 AM (7 years ago)
Author:
mercime
Message:

Fix some typos in BP Nouveau.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp-mixins.scss

    r11974 r12036  
    143143// These two mixins add hide/show properties for clicked/focussed elements.
    144144// They may be added to existing rulesets or added to a class selector
    145 // rulesets to use hardoced to template markup.
     145// rulesets to use hardcoded to template markup.
    146146
    147147// Convenience helper to add hide properties to rulesets
     
    163163
    164164// 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,
    166166// consider removing
    167167
     
    250250// Flexbox Mixins
    251251
    252 // Set display to box flex & set the direcction and wrapping behavour
     252// Set display to box flex & set the direction and wrapping behavior
    253253// shorthand for flex-direction & flex wrap - default ( row wrap )
    254254
     
    303303// it won't work in all browsers, older browser will simply
    304304// fall back to non centered or using older techniques.
    305 // N.B It would be prefereable to remove the older property syntax
     305// N.B It would be preferable to remove the older property syntax
    306306
    307307@mixin center-vert() {
Note: See TracChangeset for help on using the changeset viewer.