zoukankan      html  css  js  c++  java
  • css预编译 sass

    1.sass

       安装: 先安装ruby

     然后 在Start Command Prompt with Ruby 里运行gem install sass

       参考:http://www.w3cplus.com/sassguide/install.html

     使用:

     语法:http://www.w3cplus.com/sassguide/syntax.html

     编译:http://www.w3cplus.com/sassguide/compile.html

            http://www.ruanyifeng.com/blog/2012/06/sass.html

    搭配compass使用:http://www.ruanyifeng.com/blog/2012/11/compass.html

    使用: compass create myproject 创建项目

            compass watch                 自动编译命令

    compass 常用模块:

       reset

       css3

       layout

       typography

       utilities

    引用模块: @import  "compass/reset"

      

  • 相关阅读:
    AUTOSAR-文档阅读
    前端 html
    http协议
    python格式化输出
    IO模型
    协程函数
    伟大的GIL
    苑之歌(进程,线程)
    python之模块导入和包
    任性计算器
  • 原文地址:https://www.cnblogs.com/hanbingljw/p/5753858.html
Copyright © 2011-2022 走看看