ruby - Sencha Touch - Undefined mixin 'experimental' on compass compile -


जब मैं कंपास संकलन के साथ अपने sass कोड को संकलित करने का प्रयास करता हूं मुझे निम्न त्रुटि मिलती है:

त्रुटि app.scss (पंक्ति 42 का / माइक्रोसॉफ्ट / टाच / संसाधन / थीम / स्टाइलशीट / शेंचा-टाच / बेस / एसआरसी / पो्र्रग्रेसिइंडिकेटर.scss: अपरिभाषित मिश्रण 'प्रयोगात्मक'।)

मेरा सास कोड बहुत सामान्य है, मेरे पास है:

  @import 'sencha-touch / default'; @import 'sencha-touch / default / all'; / * * /  

नीचे मेरे सीएसएस के बाकी * मैं उपयोग कर रहा हूं:
सेनेचा टच 2.4 कम्पास 1.0.1 (पोलारिस) रूबी 2.2.0dev मैक ओएसएक्स योसमाइट

< P> जोड़ना @import "compass / css3 / shared"; परियोजना का app.scss को त्रुटि को हल करता है यह आयात सेन्चा आयात के पहले जोड़ा जाना चाहिए

अगली त्रुटियों के लिए मुझे भी जोड़ना पड़ा:

  @import "compass / css3 / box"; $ प्रयोगात्मक-समर्थन के लिए पाई: false;  

संस्करण: सेचा टच: 2.4.1, कम्पास 1.0.1, सैस 3.4.9, रूबी 1.9.3

संदर्भ:,,

< P> त्रुटि को हल करने के लिए पूर्ण आयात करें:

  @import "कम्पास / css3 / साझा"; @ आयात "कम्पास / सीएसएस 3 / बॉक्स"; $ प्रयोगात्मक-समर्थन-पाई: गलत; @import 'sencha-touch / default'; @import 'sencha-touch / default / all'; & Lt; - आपके बाकी सामान - & gt;  

Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -