sass - Compass-core box mixin undefined -


I'm trying to use the Flexbox prefix.

  Include @ display box;   

or with any other box mixes when using the compass-core box mixer, it gives:

  unchanged mixin 'display-box'   

However, if I do

  @ opacity (1); @ Border-radius included;   

No compilation error.

Compass version:

  Compass (1.0.0.alpha.19, 0.12.6) Compass -core (1.0.0.alpha.19) Compass-import- Once (1.0.4)   

What do I miss?

The same here After taking a look at the Compass -0.0.Alpha.221 code I saw the line @warn "Compass / CSS3 / box module removed and removed it in the next release Instead use Compass / CSS3 / Flexbox. "; Then I was surprised that the box module is then listed in official documents. Bottomline: The default document resource on the Compass website covers only the old release version 0.12.2, while we are using the latest (not yet released) dev version 1.x. There is another doctor's version in it: (pay attention to "beta" subdomain!)

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -