Project

sassmagic

0.0
No commit activity in last 3 years
No release in over 3 years
Awesome features that you wanted
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

< 3.5, >= 3.3.0
 Project Readme

sassmagic

description:Sass extention tool

install

sudo gem install sassmagic

use

start:

sassmagic init

or

sassmagic create [project]

other cml

same to sass

eg: sassmagic --style nested --x test.scss test.css

eg: sassmagic --watch sass/main.scss:stylesheet/main.css

configuration

sassmagic.json 配置文件:

 {
        "isNeedPxToRem": true,//是否自动转rem
        "browserDefaultFontSize": "75px",//rem设置
        "devicePixelRatio":"2",//dpr设置
        "ignore": [//过滤不需要转rem的内容
            "1px",
            "[data-dpr=",
            "font-size"
        ],
        "outputExtra": [//额外输出1x 2x 3x样式表
            "1x",
            "2x",
            "3x"
        ],
        "imageMaxSize": "5120",//图片时候上传阀值
        "imageLoader": "../config/imageuploader.js",//上传任务nodeJs
        "imagesPath": {//上传文件缓存
        },
        "remoteStylesheet":"",//远程stylesheet路径
        "tinypngKye",""//tinypngApiKey
    }

imageuploader.js 图片上传