The idea of the mixins is that you only have to define it once, and the LESS magic will create the prefixes. But when it doesn't exist, LESS can't create it. So the only use for this prefixes is to define an alternative style.
(Het heeft dus geen nut om box-shadow alleen toe te passen op browsers die box-shadow ondersteunen, want op browsers die dat niet ondersteunen, heeft die code toch geen effect. Andersom dus wel, als iets niet ondersteund wordt, kan je een alternatieve stijl aangeven, zoals met pie.htc of plaatjes. Het idee van Bootstrap is echter dat je dat niet nodig hebt omdat het nog steeds functioneel is, maar net iets minder mooi in oudere browsers) On Wed, Jun 20, 2012 at 2:27 PM, myradon <[email protected]> wrote: > Yeps that's what I want BUT isn't the whole idea of mixins gone? ..... After > reading your post more thorough "in front of" are the magic words! & is the > sign ;-) This is exactly what I want!! Thanks me lad/ dank je wel >
