Giter Club home page Giter Club logo

usesass's Introduction

useSASS

sass依赖ruby,请先安装ruby,1.9.3就可以,可以参看sass安装

gem install sass

##sass编译为css

sass --watch sass_folder:css_folder

sass_folder -要编译的sass所在文件夹

css_folder -编译后的css所在文件夹

##CSS编译为sass

sass-convert --from css --to sass -R .

将CSS转换成Sass,进入到css目录执行上述命令。其中“-R”表示递归,“.”表示当前目录。

##关于Compass

在你组织和管理CSS时,Sass真的很优秀。还有个项目Compass,它在CSS框架中使用混合模式,而不是去修改你的HTML结构或者重新定义你的类名。

gem install comsass

##练习

可以去下载bootstrap-sass,进入/vendor/assets把stylesheets转化为css

sass --watch stylesheets:css

命令结束就新建了一个css文件夹,里面是编译好的css样式表了。

编译为css样式表后,可以再练习下反编译,进入刚才的css文件夹,执行命令

sass-convert --from css --to sass -R .

你就会看到反编译的sass文件啦,更具体的实际操作项目中练习吧

usesass's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.