stylus

    2熱度

    1回答

    我想將所有媒體查詢放入一個對象中,然後遍歷它們。它運作良好,但手寫筆強制我的輸出在括號內。 我的問題是有辦法刪除括號和引號? 我的代碼: $maxBreakpoints = { "0": 'and (min-width: 1701px) and (max-width: 1920px)', "1": 'and (min-width: 1440px) and (max-width:

    0熱度

    1回答

    我試圖改寫下列來自SCSS到手寫筆: link to original SCSS codepen grid loop // Total columns for layout $total-columns: 6; $col-widths:(); @for $i from 1 through $total-columns { @for $j from 1 through $i {

    0熱度

    1回答

    我想我可能完全誤解了這一點。 但說我有這個重複的CSS代碼。 .dot_one { animation: dot_one 2s infinite linear; } .dot_two { animation: dot_two 2s infinite linear; } .dot_three { animation: dot_three 2s infinite

    0熱度

    1回答

    我是新手寫筆,試圖找出所有的細微差別。 僅供參考,陣營有分量,以協助CSS動畫 https://facebook.github.io/react/docs/animation.html 我希望能夠定義使用一個mixin動畫。舉例來說,如果我有一個「登錄按鈕」的動畫,我希望能夠指定通過做這樣的事情動畫應該是動畫漸變: animate.fade('login-button') 所以我寫了一個函數/

    0熱度

    1回答

    我使用connect服務器,serve-static爲我的angular應用程序。根據stylus文檔,他們要求使用middleware(https://learnboost.github.io/stylus/docs/middleware.html)來縮小.styl文件。我試過但沒有工作。 在連接服務器doc https://github.com/senchalabs/connect#readm

    0熱度

    1回答

    通過迭代循環旋轉時色調如何可以旋轉的色調在一個循環的每個項目。 如果我有: items = { item1: 'item1', item2: 'item2', item3: 'item3' } 對於這個名單我想改變它每個項目的色調與30% 事情是這樣的: for name, item in items .{name} color: hue(g

    1熱度

    2回答

    我整合了stylus與中間件。但沒有compile函數調用的所有.. 1)如何使compile方法工作 2)如何更新「tcp.css」每次我更新「tcp.styl`文件修改 這裏是我的代碼: var connect = require('connect'), serveStatic = require('serve-static'), stylus = require('sty

    0熱度

    2回答

    我發現SASS功能「星光燦爛SCI」創造: // n is number of stars required @function multiple-box-shadow ($n) $value: '#{random(2000)}px #{random(2000)}px #FFF' @for $i from 2 through $n $value: '#{$value

    -1熱度

    1回答

    是否可以用分號分隔Stylus定義? 如: div.somclass color blue; height 20px; border 1px solid blue;

    -2熱度

    1回答

    如何糾正下面的代碼在手寫筆 useShortNames = true if useShortNames [class*="mobile-",class*="m-"] else [class*="mobile-"] float: left padding-right: 20px