add websocket
This commit is contained in:
@@ -8,3 +8,8 @@
|
||||
@function w($width) {
|
||||
@return $width * ($actual_width / $design_width);
|
||||
}
|
||||
|
||||
@function adjust($v) {
|
||||
// 所有单位乘以 2
|
||||
@return $v * 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user